Mercurial > hg > vamp-aubio-plugins
changeset 28:f654a060ad90
* minor build fixes
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 02 Dec 2008 12:23:28 +0000 |
parents | d728387b667f |
children | 11f0fcad5418 |
files | Makefile plugins/Notes.cpp vamp-plugin.list |
diffstat | 3 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Dec 01 21:25:28 2008 +0000 +++ b/Makefile Tue Dec 02 12:23:28 2008 +0000 @@ -22,7 +22,7 @@ PLUGIN_EXT = .so ## For OS/X with g++: -#PLUGIN_LDFLAGS = -dynamiclib +#PLUGIN_LDFLAGS = -dynamiclib -exported_symbols_list=vamp-plugin.list #PLUGIN_EXT = .dylib