diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-30 19:58:16 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-30 19:58:16 +0000 |
commit | 17a543e25897ff5bfa255768dcce7897bf3cc83f (patch) | |
tree | b34f968955593da4b3891472fcf8bfe2887c56ef /muse2/plugins/pandelay | |
parent | a4a9caf83acdc7163d3549371c1b6a29b6f062f4 (diff) |
Removal of autotools stuff.
Diffstat (limited to 'muse2/plugins/pandelay')
-rw-r--r-- | muse2/plugins/pandelay/Makefile.am | 16 |
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 - - |