mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Fixed a Makefile error
Original commit message from CVS: Fixed a Makefile error
This commit is contained in:
parent
9ca8248cc2
commit
fce9a96f3f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue