Changeset dba3b1a for plugins/puredata
- Timestamp:
- Aug 9, 2005, 2:47:11 AM (19 years ago)
- 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:
- 2d7b65a
- Parents:
- cdebe31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/Makefile.am
rcdebe31 rdba3b1a 23 23 INCLUDES = -I$(top_srcdir) -I$(pdincludedir) 24 24 25 AM_CFLAGS = -I ../../src \25 AM_CFLAGS = -I$(srcdir)/../../src \ 26 26 -DPD -O2 -funroll-loops -fomit-frame-pointer \ 27 27 -Wall -W -Wshadow -Wstrict-prototypes -Werror \ … … 39 39 40 40 EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) 41
Note: See TracChangeset
for help on using the changeset viewer.