gstreamer/tests/bufspeed/Makefile.am

7 lines
128 B
Makefile
Raw Normal View History

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