Ignore:
Timestamp:
Oct 17, 2009, 2:15:32 PM (15 years ago)
Author:
Paul Brossier <piem@piem.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:
407bba9
Parents:
740f06b
Message:

remove references to aubioext in Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/Makefile.am

    r740f06b r858cfa7  
    22AM_LDFLAGS = -L$(top_builddir)/src -laubio @FFTWLIB_LIBS@
    33
    4 test_phasevoc_jack_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/ext @JACK_CFLAGS@
    5 test_phasevoc_jack_LDADD  = $(AM_LDFLAGS) -laubioext -L$(top_builddir)/ext @JACK_LIBS@
     4test_phasevoc_jack_CFLAGS = $(AM_CFLAGS) @JACK_CFLAGS@
     5test_phasevoc_jack_LDADD  = $(AM_LDFLAGS) @JACK_LIBS@
    66
    77bin_PROGRAMS = \
Note: See TracChangeset for help on using the changeset viewer.