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
|
2001-11-27 22:06:29 +00:00
|
|
|
testprogs = pad
|
2001-05-25 21:00:07 +00:00
|
|
|
|
2001-11-26 19:24:11 +00:00
|
|
|
# element_SOURCES = element.c mem.c
|
2001-05-25 21:00:07 +00:00
|
|
|
pad_SOURCES = pad.c mem.c
|
2001-11-26 19:24:11 +00:00
|
|
|
# element_pad_SOURCES = element_pad.c mem.c
|
2001-11-27 21:36:18 +00:00
|
|
|
# bin_SOURCES = bin.c mem.c
|
2001-05-25 21:00:07 +00:00
|
|
|
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
|
2001-11-27 21:09:40 +00:00
|
|
|
EXTRA_DIST = thread.c object.c element.c element_pad.c bin.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
|
|
|
|