gstreamer/tests/bufspeed/Makefile.am
Thomas Vander Stichele 6611ab723b doh me
Original commit message from CVS:
doh me
2003-12-12 16:27:34 +00:00

15 lines
254 B
Makefile

noinst_PROGRAMS = test1 test2
test1_SOURCES = test1.c gstbuffer.c gstmempool.c
BUILT_SOURCES = gstbuffer.c
gstbuffer.c:
cp $(top_srcdir)/gst/gstbuffer.c .
EXTRA_DIST = gstmempool.h
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst