fixes for make distcheck does GST_ELEMENT_IS_COTHREAD_STOPPING still exist ? and...
[platform/upstream/gstreamer.git] / testsuite / bytestream / Makefile.am
1 ## filterdir = $(libdir)/gst
2
3 testprogs = test1 
4
5 check_PROGRAMS = $(testprogs)
6
7 test1_SOURCES = test1.c gstbstest.c mem.c
8 test1_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/bytestream/ -lgstbytestream -L$(top_builddir)/gst/schedulers/ -lgstbasicscheduler
9 test1_CFLAGS = $(GST_CFLAGS)
10
11 noinst_HEADERS = mem.h
12
13 # we have nothing but apps here, we can do this safely
14 # LIBS = $(GST_LIBS)