Mercurial > hg > vamp-plugin-sdk
diff Makefile @ 80:e33fa45f0935
* avoid trying to use timeval if building on Windows
| author | cannam | 
|---|---|
| date | Tue, 18 Sep 2007 09:39:58 +0000 | 
| parents | ba5f87117b67 | 
| children | e4826d5365b8 | 
line wrap: on
 line diff
--- a/Makefile Thu Sep 06 16:49:50 2007 +0000 +++ b/Makefile Tue Sep 18 09:39:58 2007 +0000 @@ -57,7 +57,7 @@ # editing for non-Linux platforms. Of course you don't necessarily # have to use "make install". # -INSTALL_PREFIX := /usr/local +INSTALL_PREFIX := /usr INSTALL_API_HEADERS := $(INSTALL_PREFIX)/include/vamp INSTALL_SDK_HEADERS := $(INSTALL_PREFIX)/include/vamp-sdk INSTALL_HOSTEXT_HEADERS := $(INSTALL_PREFIX)/include/vamp-sdk/hostext
