mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
build fix
Original commit message from CVS: build fix
This commit is contained in:
parent
147ae1025b
commit
324e81e1e2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue