fix stupid commit
[platform/upstream/gstreamer.git] / tests / old / testsuite / refcounting / Makefile.am
1 # GstObject is no longer instantiatable in glib2
2 # neither is GstElement
3 testprogs = bin 
4
5 # element_SOURCES = element.c mem.c
6 pad_SOURCES = pad.c mem.c
7 # element_pad_SOURCES = element_pad.c mem.c
8 # bin_SOURCES = bin.c mem.c
9
10 TESTS = $(testprogs)
11
12 check_PROGRAMS = $(testprogs)
13
14 EXTRA_DIST = thread.c object.c element.c element_pad.c bin.c
15
16 noinst_HEADERS = mem.h
17
18 # we have nothing but apps here, we can do this safely
19 LIBS += $(GST_LIBS)
20 CFLAGS += $(GST_CFLAGS)
21