Changeset 11d5b96
- Timestamp:
- Oct 5, 2006, 1:59:08 PM (18 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- f33fec1
- Parents:
- 8131a5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sounds/Makefile.am
r8131a5c r11d5b96 1 EXTRA_DIST = woodblock.aiff 2 SUBDIRS = 1 soundsdir = $(datadir)/sounds/aubio 3 2 4 install-data-local: 5 $(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio" 6 $(INSTALL_DATA) $(srcdir)/woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio" 3 sounds_DATA = woodblock.aiff 7 4 8 9 uninstall-local: 10 rm -rf "$(DESTDIR)$(datadir)/sounds/aubio" 11 5 EXTRA_DIST = $(sounds_DATA)
Note: See TracChangeset
for help on using the changeset viewer.