Mercurial > hg > vamp-plugin-sdk
diff Makefile @ 16:61887dda7fe0
* Make the host capable of doing something useful!
| author | cannam | 
|---|---|
| date | Fri, 07 Apr 2006 15:32:10 +0000 | 
| parents | a3d35e11c3fe | 
| children | b4043af42278 | 
line wrap: on
 line diff
--- a/Makefile Thu Apr 06 17:23:41 2006 +0000 +++ b/Makefile Fri Apr 07 15:32:10 2006 +0000 @@ -17,7 +17,7 @@ # Libraries required for the host at link time # -HOST_LIBS = -Lvamp-sdk -lvamp-sdk -ldl +HOST_LIBS = -Lvamp-sdk -lvamp-sdk -lsndfile -ldl # Libraries required for the plugin. Note that we can (and actively # want to) statically link with libstdc++, because our plugin exposes
