Add tempo output, minor build fix
[vamp-aubio-plugins.git] / Makefile
index c50b2eb..d99831c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,7 @@ CXXFLAGS      := $(CFLAGS)
 
 # Libraries required for the plugins.
 #
-#PLUGIN_LIBS   = -L../inst/lib -lvamp-sdk -laubio 
-PLUGIN_LIBS    = -Wl,-Bstatic -lvamp-sdk -lfftw3f -Wl,-Bdynamic
+PLUGIN_LIBS    = -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic
 
 # Flags required to tell the compiler to make a dynamically loadable object
 #