mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Readded the CFLAGS.
Original commit message from CVS: Readded the CFLAGS.
This commit is contained in:
parent
d04099240b
commit
91881fb4ed
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ GST_GUI_LAUNCH =
|
|||
endif
|
||||
else
|
||||
GST_GUI_LAUNCH = gstreamer-guilaunch
|
||||
gstreamer_guilaunch_CFLAGS = \
|
||||
$(LIBGLADE_GNOME_CFLAGS) $(CFLAGS)
|
||||
gstreamer_guilaunch_LDADD = \
|
||||
$(LIBGLADE_GNOME_LIBS) $(LDADD)
|
||||
endif
|
||||
|
||||
bin_PROGRAMS = gstreamer-launch \
|
||||
|
|
Loading…
Reference in a new issue