summaryrefslogtreecommitdiff
path: root/muse2/plugins/pandelay
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-10-30 19:58:16 +0000
committerTim E. Real <termtech@rogers.com>2010-10-30 19:58:16 +0000
commit17a543e25897ff5bfa255768dcce7897bf3cc83f (patch)
treeb34f968955593da4b3891472fcf8bfe2887c56ef /muse2/plugins/pandelay
parenta4a9caf83acdc7163d3549371c1b6a29b6f062f4 (diff)
Removal of autotools stuff.
Diffstat (limited to 'muse2/plugins/pandelay')
-rw-r--r--muse2/plugins/pandelay/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/muse2/plugins/pandelay/Makefile.am b/muse2/plugins/pandelay/Makefile.am
deleted file mode 100644
index 664b3170..00000000
--- a/muse2/plugins/pandelay/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-include $(top_srcdir)/common.am
-include $(top_srcdir)/plugins/plugins-install.am
-
-AM_CXXFLAGS += -O3 -fno-exceptions -fno-rtti -ffast-math
-
-plugins_LTLIBRARIES = pandelay.la
-
-plugins_DATA =
-
-pandelay_la_SOURCES = \
- ladspapandelay.cpp ladspapandelay.h \
- pandelay.cpp \
- pandelaymodel.cpp pandelaymodel.h
-pandelay_la_LDFLAGS = -module -avoid-version
-
-