another fix
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 2 Feb 2002 14:30:39 +0000 (14:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 2 Feb 2002 14:30:39 +0000 (14:30 +0000)
Original commit message from CVS:
another fix

gst/sine/Makefile.am

index a89a169..8f4b74a 100644 (file)
@@ -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