From 684fe6b617b1dbd5ca3c5ba5392e4542d124c86a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 4 Jan 2002 21:41:29 +0000 Subject: testspeed -> demo-mp3 Original commit message from CVS: testspeed -> demo-mp3 --- gst/speed/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gst/speed/Makefile.am') diff --git a/gst/speed/Makefile.am b/gst/speed/Makefile.am index 35aed207..c20b1d20 100644 --- a/gst/speed/Makefile.am +++ b/gst/speed/Makefile.am @@ -6,3 +6,11 @@ libgstspeed_la_SOURCES = gstspeed.c libgstspeed_la_CFLAGS = $(GST_CFLAGS) noinst_HEADERS = gstspeed.h filter.func + +if HAVE_GTK +noinst_PROGRAMS = demo-mp3 +endif + +demo_mp3_SOURCES = demo-mp3.c +demo_mp3_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -- cgit v1.2.1