Changeset 11d5b96


Ignore:
Timestamp:
Oct 5, 2006, 1:59:08 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

simplify sounds/Makefile.am
simplify sounds/Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sounds/Makefile.am

    r8131a5c r11d5b96  
    1 EXTRA_DIST = woodblock.aiff
    2 SUBDIRS =
     1soundsdir = $(datadir)/sounds/aubio
    32
    4 install-data-local:
    5         $(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio"
    6         $(INSTALL_DATA) $(srcdir)/woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio"
     3sounds_DATA = woodblock.aiff
    74
    8 
    9 uninstall-local:
    10         rm -rf "$(DESTDIR)$(datadir)/sounds/aubio"
    11 
     5EXTRA_DIST = $(sounds_DATA)
Note: See TracChangeset for help on using the changeset viewer.