Mercurial > hg > silvet
diff Makefile.inc @ 251:ea37df6305a8 norm
Don't need to build the flattendynamics plugin, just use the object files
author | Chris Cannam |
---|---|
date | Tue, 22 Jul 2014 18:41:09 +0100 |
parents | 70773820e719 |
children | 537205426492 |
line wrap: on
line diff
--- a/Makefile.inc Tue Jul 22 18:24:12 2014 +0100 +++ b/Makefile.inc Tue Jul 22 18:41:09 2014 +0100 @@ -36,7 +36,7 @@ LIBS := $(CQ_DIR)/libcq.a $(VAMPSDK_DIR)/libvamp-sdk.a -all: constant-q-cpp flattendynamics $(PLUGIN) +all: constant-q-cpp $(PLUGIN) $(PLUGIN): $(OBJECTS) $(LIBS) $(CXX) -o $@ $^ $(LIBS) $(PLUGIN_LDFLAGS)