another fix

Original commit message from CVS:
another fix
This commit is contained in:
Thomas Vander Stichele 2002-02-02 14:30:39 +00:00
parent 8926b8607d
commit 242e80e503

View 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