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
  • interfaces/java/aubio/Makefile.am

    r740f06b r858cfa7  
    22
    33AM_CFLAGS = @AUBIO_CFLAGS@ $(NOWARN_CFLAGS) $(SWCFLAGS) \
    4         -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/ext \
     4        -I$(top_builddir)/src -I$(top_srcdir)/src \
    55        -I/usr/lib/jvm/java-6-sun-1.6.0.04/include \
    66        -I${prefix}/lib/jvm/java-6-sun-1.6.0.04/include \
     
    1313
    1414AUBIO_LDFLAGS = $(SWLDFLAGS) \
    15         -L$(top_builddir)/ext -laubioext \
    1615        -L$(top_builddir)/src -laubio
    1716
Note: See TracChangeset for help on using the changeset viewer.