diff options
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 |