mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
Added the glade cflags
Original commit message from CVS: Added the glade cflags
This commit is contained in:
parent
dd0f953d7f
commit
a2a8224907
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# FIXME FIXME
|
||||
|
||||
LIBADD += $(GNOME_LIBS) $(GST_LIBS)
|
||||
CFLAGS += $(GNOME_CFLAGS) $(GST_CFLAGS) -DDATADIR=\""$(gladedir)/"\"
|
||||
CFLAGS += $(GNOME_CFLAGS) $(LIBGLADE_GNOME_CFLAGS) $(GST_CFLAGS) -DDATADIR=\""$(gladedir)/"\"
|
||||
|
||||
bin_PROGRAMS = gstmediaplay
|
||||
|
||||
|
|
Loading…
Reference in a new issue