mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
e00fef2c19
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
9 lines
186 B
Makefile
9 lines
186 B
Makefile
|
|
noinst_PROGRAMS = test1 test2
|
|
|
|
test1_SOURCES = test1.c $(top_srcdir)/gst/gstbuffer.c gstmempool.c
|
|
|
|
EXTRA_DIST = gstbuffer.h gstmempool.h
|
|
|
|
LDADD = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|