docs/libs/Makefile.am: Include our build-prefix libs and includes before the generic...
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 26 Jul 2007 14:05:23 +0000 (14:05 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 26 Jul 2007 14:05:23 +0000 (14:05 +0000)
Original commit message from CVS:
* docs/libs/Makefile.am:
Include our build-prefix libs and includes before the generic ones to
avoid linking against the installed libs when we want the build-tree
ones.

ChangeLog
docs/libs/Makefile.am

index 42c68d7..f79b812 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * docs/libs/Makefile.am:
+       Include our build-prefix libs and includes before the generic ones to
+       avoid linking against the installed libs when we want the build-tree
+       ones.
+
 2007-07-26  Tim-Philipp Müller  <tim at centricular dot net>
 
        Patch by: Steve Fink  <sphink gmail com>
index 96d90f7..d8230f2 100644 (file)
@@ -81,8 +81,8 @@ 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_OBJ_CFLAGS) -I$(top_builddir) -I$(top_builddir)/libs
-GTKDOC_LIBS = $(GST_OBJ_LIBS) $(SCANOBJ_DEPS)
+GTKDOC_CFLAGS = -I$(top_builddir) -I$(top_builddir)/libs $(GST_OBJ_CFLAGS)
+GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_OBJ_LIBS)
 
 GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC)
 GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)