Changeset dba3b1a


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    rcdebe31 rdba3b1a  
    2323doc-examples:
    2424        doxygen examples.cfg
    25        
     25
    2626%.sgml:
    2727
  • ext/Makefile.am

    rcdebe31 rdba3b1a  
    4141AM_CFLAGS = @SNDLIB_CFLAGS@ @JACK_CFLAGS@ @FFTWLIB_CFLAGS@ @SAMPLERATE_CFLAGS@ @ALSA_CFLAGS@ @LADCCA_CFLAGS@
    4242libaubioext_la_LIBADD = @SNDLIB_LIBS@ @JACK_LIBS@ @FFTWLIB_LIBS@ @SAMPLERATE_LIBS@ @ALSA_LIBS@ @LADCCA_LIBS@ @LTLIBOBJS@
     43
     44INCLUDES = -I$(srcdir)/../src
  • plugins/puredata/Makefile.am

    rcdebe31 rdba3b1a  
    2323INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
    2424
    25 AM_CFLAGS = -I../../src \
     25AM_CFLAGS = -I$(srcdir)/../../src \
    2626    -DPD -O2 -funroll-loops -fomit-frame-pointer \
    2727    -Wall -W -Wshadow -Wstrict-prototypes -Werror \
     
    3939
    4040EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS)
     41
  • 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.