diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-30 15:41:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-30 15:41:21 +0000 |
commit | 691b10ff8e2a00cab402b68294febeeccf636bbd (patch) | |
tree | b79af23e0e9b8e063e75e9ef5d5be5ebf26928cf /ext/smoothwave/Makefile.am | |
parent | 3f88a353d408860ad829a645e5f47c679b4225ab (diff) | |
download | gst-plugins-bad-691b10ff8e2a00cab402b68294febeeccf636bbd.tar.gz gst-plugins-bad-691b10ff8e2a00cab402b68294febeeccf636bbd.tar.bz2 gst-plugins-bad-691b10ff8e2a00cab402b68294febeeccf636bbd.zip |
move smoothwave to gst
Original commit message from CVS:
move smoothwave to gst
Diffstat (limited to 'ext/smoothwave/Makefile.am')
-rw-r--r-- | ext/smoothwave/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/smoothwave/Makefile.am b/ext/smoothwave/Makefile.am deleted file mode 100644 index d7312a4f..00000000 --- a/ext/smoothwave/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ - -plugin_LTLIBRARIES = libgstsmoothwave.la - -libgstsmoothwave_la_SOURCES = gstsmoothwave.c -libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) -libgstsmoothwave_la_LIBADD = -libgstsmoothwave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = gstsmoothwave.h - -if HAVE_GTK -noinst_PROGRAMS = demo-osssrc -demo_osssrc_SOURCES = demo-osssrc.c -demo_osssrc_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -demo_osssrc_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -endif - -EXTRA_DIST = README |