mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
7 lines
173 B
Makefile
7 lines
173 B
Makefile
noinst_PROGRAMS = createxml runxml
|
|
|
|
createxml_LDADD = $(GST_OBJ_LIBS)
|
|
createxml_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
runxml_LDADD = $(GST_OBJ_LIBS)
|
|
runxml_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|