Original commit message from CVS:
sigh
This commit is contained in:
Thomas Vander Stichele 2002-02-02 14:37:04 +00:00
parent bf52c37b13
commit 3b51d4e107

View file

@ -14,5 +14,5 @@ noinst_PROGRAMS = demo-mp3
endif
demo_mp3_SOURCES = demo-mp3.c
demo_mp3_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)