mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
8700681d60
Original commit message from CVS: whoops, forgot to update Makefile - let's see if the buildbots like this one
11 lines
344 B
Makefile
11 lines
344 B
Makefile
include ../Rules
|
|
|
|
tests_pass = filepadsink
|
|
tests_fail = test1
|
|
tests_ignore =
|
|
|
|
test1_SOURCES = test1.c gstbstest.c
|
|
test1_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|
|
|
|
filepadsink_CFLAGS = $(AM_CFLAGS) -DTHE_FILE=\""$(top_srcdir)/configure.ac"\"
|
|
filepadsink_LDFLAGS = $(top_builddir)/libs/gst/bytestream/libgstbytestream.la
|