summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-07-13 12:49:55 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-07-13 12:49:55 +0100
commitc3ea3ad7b881b5ed5d9c1cc661af16bb7992fa50 (patch)
treeb315a927f16d883ce82be024df2725d9429dbf27 /docs
parent0e32d638e3e98563b968accdadda4316c4a640c6 (diff)
build: Fix out-of-source-tree docs build (fixes distcheck)
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 f9e58b6..eb2881b 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -83,7 +83,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_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
- -I$(top_builddir)/gst-libs/gst/gl
+ -I$(top_srcdir)/gst-libs/gst/gl
GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS) \
$(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_MAJORMINOR@.la