build fix
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Apr 2004 13:07:00 +0000 (13:07 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Apr 2004 13:07:00 +0000 (13:07 +0000)
Original commit message from CVS:
build fix

tools/Makefile.am

index bed1f0b40e0e75cc6494b6ab2ec22b09ae4f3c3e..1ff237d5a5e479ec496f92731ec1331a253d8220 100644 (file)
@@ -99,6 +99,8 @@ gst_xmlinspect_@GST_MAJORMINOR@_LDADD = ../libs/gst/control/libgstcontrol-@GST_M
 # CFLAGS and libs for nonversioned frontend binaries
 AM_CFLAGS = $(GLIB_ONLY_CFLAGS) $(POPT_CFLAGS)
 LDADD = $(GLIB_ONLY_LIBS) $(POPT_LIBS)
+# due to depcomp not using AM_CFLAGS for rh9/yd3, we also set AM_CPPFLAGS
+AM_CPPFLAGS = $(GLIB_ONLY_CFLAGS) $(POPT_CFLAGS)
 
 ### man pages we want to install
 if GST_DISABLE_REGISTRY