mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
18ae9a069d
Original commit message from CVS: - use GST_CFLAGS and GST_LIBS only
7 lines
157 B
Makefile
7 lines
157 B
Makefile
noinst_PROGRAMS = createxml runxml
|
|
|
|
createxml_LDADD = $(GST_LIBS)
|
|
createxml_CFLAGS = $(GST_CFLAGS)
|
|
runxml_LDADD = $(GST_LIBS)
|
|
runxml_CFLAGS = $(GST_CFLAGS)
|
|
|