projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
147ae10
)
build fix
author
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 13 Apr 2004 13:07:00 +0000
(13:07 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/tools/Makefile.am
b/tools/Makefile.am
index bed1f0b40e0e75cc6494b6ab2ec22b09ae4f3c3e..1ff237d5a5e479ec496f92731ec1331a253d8220 100644
(file)
--- 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