mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
this isn't going to go away is it ?
Original commit message from CVS: this isn't going to go away is it ?
This commit is contained in:
parent
7621ac94ee
commit
4f14ff0d1b
3 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,11 @@ testprogs = dynamic linked static # loading registry static2
|
|||
noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
||||
|
||||
libtestplugin_la_SOURCES = testplugin.c
|
||||
libtestplugin_la_CFLAGS = $(GST_CFLAGS)
|
||||
libtestplugin_la_LIBS = $(GST_LIBS)
|
||||
libtestplugin2_la_SOURCES = testplugin2.c
|
||||
libtestplugin2_la_CFLAGS = $(GST_CFLAGS)
|
||||
libtestplugin2_la_LIBS = $(GST_LIBS)
|
||||
|
||||
# linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
||||
|
||||
|
@ -14,7 +18,3 @@ static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
|||
TESTS = $(testprogs)
|
||||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
LIBS = $(GST_LIBS)
|
||||
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||
|
|
|
@ -5,7 +5,11 @@ testprogs = dynamic linked static # loading registry static2
|
|||
noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
||||
|
||||
libtestplugin_la_SOURCES = testplugin.c
|
||||
libtestplugin_la_CFLAGS = $(GST_CFLAGS)
|
||||
libtestplugin_la_LIBS = $(GST_LIBS)
|
||||
libtestplugin2_la_SOURCES = testplugin2.c
|
||||
libtestplugin2_la_CFLAGS = $(GST_CFLAGS)
|
||||
libtestplugin2_la_LIBS = $(GST_LIBS)
|
||||
|
||||
# linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
||||
|
||||
|
@ -14,7 +18,3 @@ static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
|||
TESTS = $(testprogs)
|
||||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
LIBS = $(GST_LIBS)
|
||||
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue