Readded the CFLAGS.

Original commit message from CVS:
Readded the CFLAGS.
This commit is contained in:
Wim Taymans 2001-12-14 20:43:44 +00:00
parent d04099240b
commit 91881fb4ed

View file

@ -23,6 +23,10 @@ GST_GUI_LAUNCH =
endif endif
else else
GST_GUI_LAUNCH = gstreamer-guilaunch GST_GUI_LAUNCH = gstreamer-guilaunch
gstreamer_guilaunch_CFLAGS = \
$(LIBGLADE_GNOME_CFLAGS) $(CFLAGS)
gstreamer_guilaunch_LDADD = \
$(LIBGLADE_GNOME_LIBS) $(LDADD)
endif endif
bin_PROGRAMS = gstreamer-launch \ bin_PROGRAMS = gstreamer-launch \