mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 06:56:46 +00:00
d574ab8126
Original commit message from CVS: merge from EVENTS1 on 20011016
9 lines
161 B
Makefile
9 lines
161 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
noinst_PROGRAMS =
|
|
else
|
|
noinst_PROGRAMS = runxml
|
|
endif
|
|
|
|
# nothing but apps here, this is safe
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|