gstreamer/tests/bufspeed/Makefile.am
Thomas Vander Stichele e7b9201555 reorganize C/LIB flags add gst_info to gstcompat.h
Original commit message from CVS:
reorganize C/LIB flags
add gst_info to gstcompat.h
2004-05-04 12:38:36 +00:00

15 lines
262 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_OBJ_LIBS)
AM_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_srcdir)/gst