From 3b51d4e107bc12e9b759aa333c1392b0891bc85f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 2 Feb 2002 14:37:04 +0000 Subject: [PATCH] sigh Original commit message from CVS: sigh --- gst/speed/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am index 3577749..6a73263 100644 --- a/gst/speed/Makefile.am +++ b/gst/speed/Makefile.am @@ -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) -- 2.7.4