Changeset 26d9f8f


Ignore:
Timestamp:
Sep 27, 2005, 9:11:36 PM (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:
06156a6
Parents:
6efdc83
Message:

added -fPIC to python module
added -fPIC to python module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    r6efdc83 r26d9f8f  
    99
    1010# removed -Wall -Wmissing-prototypes -Wmissing-declarations
    11 CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \
     11CFLAGS = -fPIC -DJACK_SUPPORT -Werror -Wno-char-subscripts \
    1212        -Wno-unknown-pragmas $(SWCFLAGS) \
    1313        -I../../src -I$(srcdir)/../../src -I$(srcdir)/../../ext \
Note: See TracChangeset for help on using the changeset viewer.