Changeset 205da86 for swig/Makefile.in


Ignore:
Timestamp:
Dec 6, 2004, 8:05:28 PM (20 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:
77494e7
Parents:
b60dd4ae
Message:

moved jack and sndfile to aubioext

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/Makefile.in

    rb60dd4ae r205da86  
    160160SW_CFLAGS = -DJACK_SUPPORT -shared -Werror -Wno-char-subscripts -Wno-unknown-pragmas
    161161#SW_CFLAGS = -Wno-missing-prototypes -Wno-missing-declarations
    162 SWINCLUDE = -I/usr/include/python2.3 -I../src -I/usr/include
    163 SWLDFLAGS = -L../src/.libs -laubio
     162SWINCLUDE = -I/usr/include/python2.3 -I../src -I../ext -I/usr/include
     163SWLDFLAGS = -L../ext/.libs -laubioext -L../src/.libs -laubio
    164164subdir = swig
    165165ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Note: See TracChangeset for help on using the changeset viewer.