2001-11-24 20:04:47 +00:00
|
|
|
# GstObject is no longer instantiatable in glib2
|
2001-11-26 19:24:11 +00:00
|
|
|
# neither is GstElement
|
2002-05-09 16:07:33 +00:00
|
|
|
if BUILD_FAILING_TESTS
|
|
|
|
tests_failing = element
|
|
|
|
else
|
|
|
|
tests_failing =
|
|
|
|
endif
|
|
|
|
tests_working = bin element_pad pad
|
2001-05-25 21:00:07 +00:00
|
|
|
|
2002-05-09 16:07:33 +00:00
|
|
|
element_SOURCES = element.c mem.c
|
2001-05-25 21:00:07 +00:00
|
|
|
pad_SOURCES = pad.c mem.c
|
|
|
|
|
2002-05-09 16:07:33 +00:00
|
|
|
element_pad_SOURCES = element_pad.c mem.c
|
|
|
|
bin_SOURCES = bin.c mem.c
|
2001-05-25 21:00:07 +00:00
|
|
|
|
2002-05-09 16:07:33 +00:00
|
|
|
TESTS = $(tests_failing) $(tests_working)
|
2001-05-25 21:00:07 +00:00
|
|
|
|
2002-05-09 16:07:33 +00:00
|
|
|
check_PROGRAMS = $(TESTS)
|
|
|
|
|
|
|
|
EXTRA_DIST = thread.c object.c
|
2001-05-31 19:52:09 +00:00
|
|
|
|
2001-05-31 19:18:51 +00:00
|
|
|
noinst_HEADERS = mem.h
|
|
|
|
|
2001-05-25 21:00:07 +00:00
|
|
|
# we have nothing but apps here, we can do this safely
|
2001-12-04 22:12:50 +00:00
|
|
|
LIBS = $(GST_LIBS)
|
|
|
|
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
2001-05-27 22:25:32 +00:00
|
|
|
|