diff options
author | Luciana Fujii Pontello <luciana@fujii.eti.br> | 2011-01-29 22:52:57 -0200 |
---|---|---|
committer | Luciana Fujii Pontello <luciana@fujii.eti.br> | 2011-01-31 19:46:53 -0200 |
commit | 2493958dcb8c9342f8ae6787063668565d7bd55d (patch) | |
tree | 15c4cb368ea343bb13081af70e07fab4a4484954 /docs | |
parent | 5db963711d2528288be157cb63861404bb7e92a5 (diff) |
Creating libcheese, instalable non-gtk lib
Cheese-flash is now part of libcheese-gtk, since it depends on gtk and
we want libcheese to not depend on it. Libcheesecommon is now called
simply Libcheese and it's installed, it's the main cheese lib which can
be used to set the pipeline, take_photos and record video.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index ba627ab8..6a42a0de 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -79,7 +79,7 @@ expand_content_files= # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(CHEESE_CFLAGS) GTKDOC_LIBS=\ - $(top_builddir)/libcheese/libcheesecommon.la \ + $(top_builddir)/libcheese/libcheese.la \ $(top_builddir)/libcheese/libcheese-gtk.la # This includes the standard gtk-doc make rules, copied by gtkdocize. |