diff build/Makefile.mingw32 @ 337:d5c5a52e6c9f

Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author Chris Cannam
date Thu, 12 Jul 2012 11:37:31 +0100
parents 7d4aeb0d0d6c
children 0ca8e104e8b1
line wrap: on
line diff
--- a/build/Makefile.mingw32	Mon Jul 09 22:36:06 2012 +0100
+++ b/build/Makefile.mingw32	Thu Jul 12 11:37:31 2012 +0100
@@ -111,6 +111,7 @@
 		$(SDKDIR)/PluginAdapter.h \
 		$(SDKDIR)/PluginBase.h \
 		$(SDKDIR)/RealTime.h \
+		$(SDKDIR)/FFT.h \
 		$(SDKDIR)/plugguard.h \
 		$(SDKDIR)/vamp-sdk.h
 
@@ -131,6 +132,7 @@
 SDK_OBJECTS	= \
 		$(SDKSRCDIR)/PluginAdapter.o \
 		$(SDKSRCDIR)/RealTime.o \
+		$(SDKSRCDIR)/FFT.o \
 		$(SDKSRCDIR)/acsymbols.o
 
 HOSTSDK_OBJECTS	= \