fixes for make distcheck does GST_ELEMENT_IS_COTHREAD_STOPPING still exist ? and...
[platform/upstream/gstreamer.git] / tests / old / testsuite / bytestream / Makefile.am
index 6567966..bd66aae 100644 (file)
@@ -1,14 +1,14 @@
-filterdir = $(libdir)/gst
+## filterdir = $(libdir)/gst
 
 testprogs = test1 
 
 check_PROGRAMS = $(testprogs)
 
 test1_SOURCES = test1.c gstbstest.c mem.c
-test1_LDFLAGS = -L$(top_builddir)/libs/bytestream/ -lgstbytestream
+test1_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/bytestream/ -lgstbytestream -L$(top_builddir)/gst/schedulers/ -lgstbasicscheduler
+test1_CFLAGS = $(GST_CFLAGS)
 
 noinst_HEADERS = mem.h
 
 # we have nothing but apps here, we can do this safely
-LIBS = $(GST_LIBS)
-CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
+# LIBS = $(GST_LIBS)