2003-10-15 01:25:41 +00:00
|
|
|
include ../Rules
|
2001-10-17 10:21:27 +00:00
|
|
|
|
2004-06-20 17:05:40 +00:00
|
|
|
tests_pass = filepadsink
|
2003-10-15 01:25:41 +00:00
|
|
|
tests_fail = test1
|
2004-04-15 04:54:53 +00:00
|
|
|
tests_ignore =
|
2001-10-17 10:21:27 +00:00
|
|
|
|
2003-10-15 01:25:41 +00:00
|
|
|
test1_SOURCES = test1.c gstbstest.c
|
2003-11-19 23:01:07 +00:00
|
|
|
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
2001-10-17 10:21:27 +00:00
|
|
|
|
2004-06-20 17:35:33 +00:00
|
|
|
filepadsink_CFLAGS = $(AM_CFLAGS) -DTHE_FILE=\""$(top_srcdir)/configure.ac"\"
|
2004-06-20 17:05:40 +00:00
|
|
|
filepadsink_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|