summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-03-24 13:48:56 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-03-24 13:48:56 +0000
commit0cfd81a2e45ef520fc5b77df7f5d2173892c29e2 (patch)
treec4fc133802beccd1f14c81e864baafe396fa3280 /docs
parent16c32dc94854b1bf105aa11db2b7673f6133d967 (diff)
docs/libs/Makefile.am: added libgnl.la dependency
Original commit message from CVS: * docs/libs/Makefile.am: (GTKDOC_LIBS): added libgnl.la dependency * gnl/gnlsource.c: (source_getfunction): typo mistake * gnonlin.pc.in: more corrections from Wouter Paesen for correct dependency checks * configure.ac: (GST_PLUGIN_LDFLAGS), (GST_REQ): sanity corrections from Wouter Paesen
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index e5e1e6a..f9ea888 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -73,7 +73,7 @@ extra_files =
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS = $(GST_CFLAGS) $(GNL_CFLAGS) -I$(top_builddir)
-GTKDOC_LIBS = $(GST_LIBS) $(GNL_LIBS) $(SCANOBJ_DEPS)
+GTKDOC_LIBS = $(GST_LIBS) $(GNL_LIBS) $(SCANOBJ_DEPS) $(top_builddir)/gnl/libgnl.la
GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)