From: Thomas Vander Stichele Date: Sat, 2 Feb 2002 14:30:39 +0000 (+0000) Subject: another fix X-Git-Tag: BRANCH-EVENTS2-ROOT~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=242e80e503d15bbc1909c54c316da1cebc48249c;p=platform%2Fupstream%2Fgst-plugins-base.git another fix Original commit message from CVS: another fix --- 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