From f2bc02d5195d6798bb16c05d2940ec48539d2b29 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 30 Dec 2001 20:10:15 +0000 Subject: smoothwave fixin Original commit message from CVS: smoothwave fixin --- ext/smoothwave/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ext/smoothwave/Makefile.am (limited to 'ext/smoothwave/Makefile.am') diff --git a/ext/smoothwave/Makefile.am b/ext/smoothwave/Makefile.am new file mode 100644 index 00000000..f000c7a4 --- /dev/null +++ b/ext/smoothwave/Makefile.am @@ -0,0 +1,11 @@ +filterdir = $(libdir)/gst + +filter_LTLIBRARIES = libgstsmoothwave.la + +libgstsmoothwave_la_SOURCES = gstsmoothwave.c +libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +libgstsmoothwave_la_LIBADD = $(GTK_LIBS) + +noinst_HEADERS = gstsmoothwave.h + +EXTRA_DIST = README -- cgit v1.2.1