mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
more simplifying
Original commit message from CVS: more simplifying
This commit is contained in:
parent
b1a08c4464
commit
77e11f332c
2 changed files with 4 additions and 15 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* tools/Makefile.am:
|
||||
use AM_CFLAGS since all the CFLAGS are the same
|
||||
use AM_LDFAGS
|
||||
|
||||
2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
|
|
|
@ -45,25 +45,13 @@ SUFFIXES = .1 .1.in
|
|||
$< >$@
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
AM_LDFLAGS = $(GST_LIBS)
|
||||
|
||||
gst_launch_LDADD = $(GST_LIBS) #-lefence
|
||||
gst_inspect_LDADD = ../libs/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
||||
|
||||
gst_md5sum_LDADD = $(GST_LIBS) #-lefence
|
||||
|
||||
gst_typefind_LDADD = $(GST_LIBS) #-lefence
|
||||
|
||||
gst_inspect_LDADD = $(GST_LIBS) ../libs/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
||||
|
||||
gst_xmlinspect_LDADD = $(GST_LIBS) ../libs/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
||||
gst_xmlinspect_LDADD = ../libs/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
||||
|
||||
if !GST_DISABLE_REGISTRY
|
||||
gst_register_LDADD = $(GST_LIBS)
|
||||
|
||||
gst_complete_LDADD = $(GST_LIBS)
|
||||
|
||||
gst_compprep_LDADD = $(GST_LIBS)
|
||||
|
||||
gst_xmllaunch_SOURCES = gst-launch.c
|
||||
gst_xmllaunch_LDADD = $(GST_LIBS)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue