mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
0f5fb3402a
Original commit message from CVS: eat your own dogfood
8 lines
167 B
Makefile
8 lines
167 B
Makefile
noinst_PROGRAMS = test1 test2
|
|
|
|
test1_SOURCES = test1.c gstbuffer.c gstmempool.c
|
|
|
|
EXTRA_DIST = gstbuffer.h gstmempool.h
|
|
|
|
LDADD = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|