gstreamer/tests/sched/Makefile.am
Wim Taymans 613a8fe1dd more load save fixes
Original commit message from CVS:
more load save fixes
2001-10-01 20:53:06 +00:00

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)