Changeset 858cfa7 for interfaces/java/aubio
- Timestamp:
- Oct 17, 2009, 2:15:32 PM (15 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:
- 407bba9
- Parents:
- 740f06b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/java/aubio/Makefile.am
r740f06b r858cfa7 2 2 3 3 AM_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 \ 5 5 -I/usr/lib/jvm/java-6-sun-1.6.0.04/include \ 6 6 -I${prefix}/lib/jvm/java-6-sun-1.6.0.04/include \ … … 13 13 14 14 AUBIO_LDFLAGS = $(SWLDFLAGS) \ 15 -L$(top_builddir)/ext -laubioext \16 15 -L$(top_builddir)/src -laubio 17 16
Note: See TracChangeset
for help on using the changeset viewer.