source: sounds/Makefile.am @ d17f63e

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

import 0.1.7.1

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