Changeset dba3b1a for sounds/Makefile.am


Ignore:
Timestamp:
Aug 9, 2005, 2:47:11 AM (19 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:
2d7b65a
Parents:
cdebe31
Message:

added srcdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sounds/Makefile.am

    rcdebe31 rdba3b1a  
    44install-data-local:
    55        $(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio/"
    6         $(INSTALL_DATA) woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio"
     6        $(INSTALL_DATA) $(srcdir)/woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio"
    77
    88
    99uninstall-local:
    1010        rm -rf "$(DESTDIR)$(datadir)/sounds/aubio"
     11
Note: See TracChangeset for help on using the changeset viewer.