From 242e80e503d15bbc1909c54c316da1cebc48249c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 2 Feb 2002 14:30:39 +0000 Subject: [PATCH] another fix Original commit message from CVS: another fix --- gst/sine/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/sine/Makefile.am b/gst/sine/Makefile.am index a89a169..8f4b74a 100644 --- a/gst/sine/Makefile.am +++ b/gst/sine/Makefile.am @@ -14,5 +14,6 @@ noinst_PROGRAMS = demo-dparams endif demo_dparams_SOURCES = demo-dparams.c -demo_dparams_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +## putting GTK in front solves a bad compilation problem +demo_dparams_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol -- 2.7.4