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/share/scripts | |
parent | a4a9caf83acdc7163d3549371c1b6a29b6f062f4 (diff) |
Removal of autotools stuff.
Diffstat (limited to 'muse2/share/scripts')
-rw-r--r-- | muse2/share/scripts/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/muse2/share/scripts/Makefile.am b/muse2/share/scripts/Makefile.am deleted file mode 100644 index 0f2a9634..00000000 --- a/muse2/share/scripts/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -EXTRA_DIST = DoNothing RemoveShortEvents DoubleSpeed ConstantLength SwingQuantize1 - -#musemidiscriptspkgdata_DATA = $(EXTRA_DIST) - -#musemidiscriptspkgdatadir = $(pkgdatadir)/scripts - -install-data-local: - mkdir -p $(DESTDIR)/$(pkgdatadir)/scripts/ - cp $(EXTRA_DIST) $(DESTDIR)/$(pkgdatadir)/scripts/ - chmod a+x $(DESTDIR)/$(pkgdatadir)/scripts/* - |