source: sounds/Makefile.am @ dba3b1a

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

added srcdir

  • Property mode set to 100644
File size: 257 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.