Mercurial > hg > beatroot-vamp
diff Makefile.inc @ 33:9d898889db1e
Build fixes
author | Chris Cannam |
---|---|
date | Fri, 06 Dec 2013 14:56:56 +0000 |
parents | 36638ec0b379 |
children |
line wrap: on
line diff
--- a/Makefile.inc Fri Dec 06 14:45:40 2013 +0000 +++ b/Makefile.inc Fri Dec 06 14:56:56 2013 +0000 @@ -7,7 +7,7 @@ CFLAGS := $(CFLAGS) CXXFLAGS := -I. $(CXXFLAGS) -PLUGIN := beatroot-vamp(PLUGIN_EXT) +PLUGIN := beatroot-vamp$(PLUGIN_EXT) PLUGIN_LDFLAGS := $(LDFLAGS) $(PLUGIN_LDFLAGS) @@ -16,7 +16,7 @@ HEADERS := Agent.h AgentList.h BeatRootProcessor.h BeatRootVampPlugin.h BeatTracker.h Event.h Induction.h Peaks.h $(PLUGIN): $(OBJECTS) $(HEADERS) - $(CXX) -o $@ $^ $(PLUGIN_LDFLAGS) + $(CXX) -o $@ $(OBJECTS) $(PLUGIN_LDFLAGS) clean: rm *.o