859bded821922e22adb90d45b1d060beef1e39d7
[platform/upstream/gstreamer.git] / testsuite / plugin / Makefile.am
1 # FIXME : tests need fixing
2 testprogs = static # linked loading registry static2 dynamic
3
4 noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
5
6 libtestplugin_la_SOURCES = testplugin.c
7 libtestplugin2_la_SOURCES = testplugin2.c
8
9 linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
10
11 static_SOURCES = static.c testplugin_s.c testplugin2_s.c
12
13 TESTS = $(testprogs)
14
15 check_PROGRAMS = $(testprogs)
16
17 # we have nothing but apps here, we can do this safely
18 LIBS = $(GST_LIBS)
19 CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)