Changeset c9b33bb


Ignore:
Timestamp:
Jun 3, 2006, 5:55:14 PM (18 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:
78e1c18
Parents:
73883af
Message:

simplify puredata Makefile.am
simplify puredata Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    r73883af rc9b33bb  
    2828LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge
    2929
    30 INCLUDES = -I$(top_srcdir) -I$(pdincludedir)
     30INCLUDES = -I$(top_srcdir)/src -I$(pdincludedir)
    3131
    32 AM_CFLAGS = -I$(srcdir)/../../src \
    33     -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \
    34     -Wall -W -Wshadow -Wstrict-prototypes -Werror \
    35     -Wno-unused -Wno-parentheses -Wno-switch
     32AM_CFLAGS  = -DPD -fPIC -DPIC
    3633AM_LDFLAGS = -L../../src/.libs -laubio -export_dynamic -shared
    3734
Note: See TracChangeset for help on using the changeset viewer.