mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
376d55386a
Original commit message from CVS: don't install test plugins don't eat turkey
20 lines
547 B
Makefile
20 lines
547 B
Makefile
# FIXME : tests need fixing
|
|
testprogs = dynamic linked static # loading registry static2
|
|
## filterdir = $(libdir)/gst
|
|
|
|
noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
|
|
|
libtestplugin_la_SOURCES = testplugin.c
|
|
libtestplugin2_la_SOURCES = testplugin2.c
|
|
|
|
# linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
|
|
|
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)
|