mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
d877412c09
Original commit message from CVS: running make distdir in the dir you change stuff in might help ;)
8 lines
158 B
Makefile
8 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)
|