doh me
[platform/upstream/gstreamer.git] / tests / bufspeed / Makefile.am
1
2 noinst_PROGRAMS = test1 test2
3
4 test1_SOURCES = test1.c gstbuffer.c gstmempool.c
5
6 BUILT_SOURCES = gstbuffer.c
7
8 gstbuffer.c:
9         cp $(top_srcdir)/gst/gstbuffer.c .
10
11 EXTRA_DIST = gstmempool.h
12
13 LDADD = $(GST_LIBS)
14 AM_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst