gstreamer/tests/bufspeed/Makefile.am
Thomas Vander Stichele d877412c09 running make distdir in the dir you change stuff in might help ;)
Original commit message from CVS:
running make distdir in the dir you change stuff in might help ;)
2002-01-05 09:33:57 +00:00

9 lines
158 B
Makefile

noinst_PROGRAMS = test1 test2
test1_SOURCES = test1.c gstbuffer.c gstmempool.c
noinst_HEADERS = gstbuffer.h
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)