[cheese] doc: Add cheese libs to doc linking



commit 586d04d91e689bd2e14843879b057f245feda09a
Author: Luciana Fujii Pontello <luciana fujii eti br>
Date:   Thu Mar 3 16:00:32 2011 -0300

    doc: Add cheese libs to doc linking
    
    Generation of doc will fail if we don't link to CHEESE_LIBS.

 docs/reference/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index fa13d89..8cff69d 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -79,6 +79,7 @@ expand_content_files=
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
 AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(CHEESE_CFLAGS)
 GTKDOC_LIBS=\
+	$(CHEESE_LIBS) \
 	$(top_builddir)/libcheese/libcheese.la \
 	$(top_builddir)/libcheese/libcheese-gtk.la
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]