gstreamer/tests/bufspeed/Makefile.am
Thomas Vander Stichele 1d9413fe2f test commentation
Original commit message from CVS:
test commentation
2002-09-23 06:03:17 +00:00

14 lines
229 B
Makefile

if HAVE_NASM
TEST1=test1
else
TEST1=
endif
noinst_PROGRAMS = $(TEST1) test2
test1_SOURCES = test1.c $(top_srcdir)/gst/gstbuffer.c gstmempool.c
EXTRA_DIST = gstbuffer.h gstmempool.h
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)