summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-03-29 14:32:55 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-03-29 14:32:55 +0000
commitfac82cab2dd173ddff2ad6727c8002714549018a (patch)
tree31c59f78b6701ed3b1d021ec2f7c8ad801dac738 /docs
parent99e7408f80ead22ba07f9eeed595eb316204f059 (diff)
test/Makefile.am: added EXTRA_DIST=pipelines.c and -I$(top_srcdir) to build flags
Original commit message from CVS: * test/Makefile.am: added EXTRA_DIST=pipelines.c and -I$(top_srcdir) to build flags * gnl/Makefile.am: (gnl_headers): forgot to add gnlobject.h * docs/libs/Makefile.am: (GTKDOC_CFLAGS): added -I$(top_srcdir) for build * Makefile.am: (EXTRA_DIST): removed gnonlin.m4
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 b27a192..abbe5f9 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -72,7 +72,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_CFLAGS = $(GST_CFLAGS) $(GNL_CFLAGS) -I$(top_srcdir)
GTKDOC_LIBS = $(GST_LIBS) $(GNL_LIBS) $(SCANOBJ_DEPS) $(top_builddir)/gnl/libgnl.la
GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)