mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
14 lines
262 B
Makefile
14 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
|