From 324e81e1e243a3cc66865f9ca8e4350283fc0c39 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Apr 2004 13:07:00 +0000 Subject: [PATCH] build fix Original commit message from CVS: build fix --- tools/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Makefile.am b/tools/Makefile.am index bed1f0b40e..1ff237d5a5 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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