Fixed a Makefile error
Original commit message from CVS: Fixed a Makefile error
This commit is contained in:
parent
9ca8248cc2
commit
fce9a96f3f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user