mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
use AM_CFLAGS
Original commit message from CVS: use AM_CFLAGS
This commit is contained in:
parent
6d6a96c4a3
commit
b1a08c4464
3 changed files with 8 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* tools/Makefile.am:
|
||||
use AM_CFLAGS since all the CFLAGS are the same
|
||||
|
||||
2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/manual/gnome.xml:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit ab32709acc23a4a1b458823fd094327332408035
|
||||
Subproject commit 0f9fe900b0757fd2450454a1af24146b47aaaac2
|
|
@ -44,33 +44,26 @@ SUFFIXES = .1 .1.in
|
|||
-e s,gst.-xmllaunch,`echo gst-xmllaunch | sed $(program_transform_name) | sed s/-/\\-/`,g \
|
||||
$< >$@
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
gst_launch_LDADD = $(GST_LIBS) #-lefence
|
||||
gst_launch_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
gst_md5sum_LDADD = $(GST_LIBS) #-lefence
|
||||
gst_md5sum_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
gst_typefind_LDADD = $(GST_LIBS) #-lefence
|
||||
gst_typefind_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
gst_inspect_LDADD = $(GST_LIBS) ../libs/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
||||
gst_inspect_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
gst_xmlinspect_LDADD = $(GST_LIBS) ../libs/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
||||
gst_xmlinspect_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
if !GST_DISABLE_REGISTRY
|
||||
gst_register_LDADD = $(GST_LIBS)
|
||||
gst_register_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
gst_complete_LDADD = $(GST_LIBS)
|
||||
gst_complete_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
gst_compprep_LDADD = $(GST_LIBS)
|
||||
gst_compprep_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
gst_xmllaunch_SOURCES = gst-launch.c
|
||||
gst_xmllaunch_LDADD = $(GST_LIBS)
|
||||
gst_xmllaunch_CFLAGS = $(GST_CFLAGS)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue