Fixed a Makefile error

Original commit message from CVS:
Fixed a Makefile error
This commit is contained in:
Wim Taymans 2001-01-14 22:23:59 +00:00
parent 9ca8248cc2
commit fce9a96f3f

View file

@ -1,5 +1,5 @@
noinst_PROGRAMS = runxml
# nothing but apps here, this is safe
LIBS = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)