From 65a1f98c1bbb1837222e2eca4a457e66cf867b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Mon, 25 Jan 2016 13:26:14 +0100 Subject: Removed outdated files --- drumgizmo/output/wavfile/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 drumgizmo/output/wavfile/Makefile.am (limited to 'drumgizmo/output/wavfile/Makefile.am') diff --git a/drumgizmo/output/wavfile/Makefile.am b/drumgizmo/output/wavfile/Makefile.am deleted file mode 100644 index ad26294..0000000 --- a/drumgizmo/output/wavfile/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ - -wavfilesources = \ - wavfile.cc - -if HAVE_OUTPUT_WAVFILE - -wavfileltlibs = wavfile.la -wavfilebuildsources = $(wavfilesources) - -else - -wavfileltlibs = -wavfilebuildsources = - -endif - -EXTRA_DIST = $(wavfilesources) - -lib_LTLIBRARIES = $(wavfileltlibs) - -libdir = $(OUTPUT_PLUGIN_DIR) - -AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include $(SNDFILE_CFLAGS) -wavfile_la_LDFLAGS = $(SNDFILE_LIBS) -module -avoid-version -shared -wavfile_la_LIBADD = -wavfile_la_SOURCES = $(wavfilebuildsources) - -install-exec-hook: - rm -f $(DESTDIR)$(libdir)/wavfile.la -- cgit v1.2.3