From d16d24c9b227ea2ccb7d90070b2b4587efcaabab Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 4 Jan 2002 21:53:21 +0000 Subject: wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave Original commit message from CVS: wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave --- ext/smoothwave/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/smoothwave/Makefile.am') diff --git a/ext/smoothwave/Makefile.am b/ext/smoothwave/Makefile.am index f000c7a4..e46a9572 100644 --- a/ext/smoothwave/Makefile.am +++ b/ext/smoothwave/Makefile.am @@ -8,4 +8,12 @@ libgstsmoothwave_la_LIBADD = $(GTK_LIBS) noinst_HEADERS = gstsmoothwave.h +if HAVE_GTK +noinst_PROGRAMS = demo-osssrc +endif + +demo_osssrc_SOURCES = demo-osssrc.c +demo_osssrc_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +demo_osssrc_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) + EXTRA_DIST = README -- cgit v1.2.1