mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
6611ab723b
Original commit message from CVS: doh me
14 lines
254 B
Makefile
14 lines
254 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_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst
|