diff options
-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 35777499..6a732634 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) |