From 8e9338661ba9d77d43e53bbce3b54538606f95ee Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 4 Jan 2002 21:39:32 +0000 Subject: testpod -> demo-mp3 Original commit message from CVS: testpod -> demo-mp3 --- gst/playondemand/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gst/playondemand/Makefile.am') diff --git a/gst/playondemand/Makefile.am b/gst/playondemand/Makefile.am index fc2b93b9..4a96570a 100644 --- a/gst/playondemand/Makefile.am +++ b/gst/playondemand/Makefile.am @@ -7,4 +7,11 @@ libgstplayondemand_la_CFLAGS = $(GST_CFLAGS) noinst_HEADERS = gstplayondemand.h filter.func -# EXTRA_DIST = README +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