diff skeleton/Makefile.skeleton @ 300:bb67b6145812 vamp-plugin-sdk-v2.1

...
author cannam
date Wed, 23 Sep 2009 12:36:06 +0000
parents 1bbfa82efc37
children b923a3d9c3d5
line wrap: on
line diff
--- a/skeleton/Makefile.skeleton	Wed Sep 23 12:33:00 2009 +0000
+++ b/skeleton/Makefile.skeleton	Wed Sep 23 12:36:06 2009 +0000
@@ -19,7 +19,7 @@
 
 # Edit this to list one .o file for each .cpp file in your plugin project
 #
-PLUGIN_CODE_OBJECTS = MyPlugins.o plugins.o
+PLUGIN_CODE_OBJECTS = MyPlugin.o plugins.o
 
 # Edit this to the location of the Vamp plugin SDK, relative to your
 # project directory