diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-02 14:37:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-02 14:37:04 +0000 |
commit | 3b51d4e107bc12e9b759aa333c1392b0891bc85f (patch) | |
tree | 0c1023624c1d6884f5a5f1c9a12f00dcba8bd7eb | |
parent | bf52c37b138804f81f92fdb438bd191feaaa6199 (diff) | |
download | gstreamer-plugins-bad-3b51d4e107bc12e9b759aa333c1392b0891bc85f.tar.gz |
sigh
Original commit message from CVS:
sigh
-rw-r--r-- | gst/speed/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am index 357774995..6a7326348 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) |