From a2a822490752bdbff677e07d71d24b5e9962a3e3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 25 Nov 2001 22:17:57 +0000 Subject: [PATCH] Added the glade cflags Original commit message from CVS: Added the glade cflags --- gstplay/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstplay/Makefile.am b/gstplay/Makefile.am index eed8ea9..b30d421 100644 --- a/gstplay/Makefile.am +++ b/gstplay/Makefile.am @@ -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 -- 2.7.4