source: sounds/Makefile.am @ 8a1f9a4

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 8a1f9a4 was b1bfc61, checked in by Paul Brossier <piem@altern.org>, 18 years ago

remove trailing slash to fix directory creation on osx
remove trailing slash to fix directory creation on osx

  • Property mode set to 100644
File size: 256 bytes
Line 
1EXTRA_DIST = woodblock.aiff
2SUBDIRS =
3
4install-data-local:
5        $(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio"
6        $(INSTALL_DATA) $(srcdir)/woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio"
7
8
9uninstall-local:
10        rm -rf "$(DESTDIR)$(datadir)/sounds/aubio"
11
Note: See TracBrowser for help on using the repository browser.