diff Makefile.cc-linux @ 12:095df80af751

* fix target name to match os/x makefile
author cannam
date Thu, 19 Jun 2008 15:08:08 +0000
parents 1facebd0e9e9
children 5e5f2af04e86
line wrap: on
line diff
--- a/Makefile.cc-linux	Mon Jun 16 09:44:48 2008 +0000
+++ b/Makefile.cc-linux	Thu Jun 19 15:08:08 2008 +0000
@@ -1,7 +1,7 @@
 
 CXXFLAGS	:= -I../vamp-plugin-sdk -O2 -Wall -I/usr/include/python2.5
 
-pyvamp.so:	PyPlugin.o PyPlugScanner.o pyvamp-main.o Mutex.o
+vampy.so:	PyPlugin.o PyPlugScanner.o pyvamp-main.o Mutex.o
 	g++ -shared $^ -o $@ -L../vamp-plugin-sdk/vamp-sdk -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic -lpython2.5 -lpthread
 
 clean: