fixes for make distcheck does GST_ELEMENT_IS_COTHREAD_STOPPING still exist ? and...
[platform/upstream/gstreamer.git] / testsuite / plugin / Makefile.am
index d52ece6..c2286c2 100644 (file)
@@ -1,10 +1,15 @@
 # FIXME : tests need fixing
-testprogs = static # linked loading registry static2 dynamic
+testprogs = static # dynamic linked loading registry static2
+# filterdir = $(libdir)/gst
 
 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,6 +19,6 @@ 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)
+CFLAGS = $(GST_CFLAGS)
+