mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
d68126c9a9
Original commit message from CVS: Merged from trunk
11 lines
252 B
Makefile
11 lines
252 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
noinst_PROGRAMS =
|
|
else
|
|
noinst_PROGRAMS = runxml dynamic-pipeline
|
|
endif
|
|
|
|
dynamic_pipeline_SOURCES = dynamic-pipeline.c
|
|
|
|
# nothing but apps here, this is safe
|
|
LIBS = $(GST_LIBS)
|
|
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|