From 0f31f44094af436984d1b82e86443f1151c3e8bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Oct 2008 00:25:32 +0000 Subject: Actually use installation location variables for everything. Add ./waf configure --build which builds a (soon-to-be) relocatable independent bundle with all data/progs/libs in it (OSX bundle directory structure, should be possible to make a 'real' OSX bundle out of this...). Fix include paths to use "" and definitely build against local versions of libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1689 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/pluginuiinstance.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slv2/pluginuiinstance.h') diff --git a/slv2/pluginuiinstance.h b/slv2/pluginuiinstance.h index beb9d6d..84ee690 100644 --- a/slv2/pluginuiinstance.h +++ b/slv2/pluginuiinstance.h @@ -24,8 +24,8 @@ extern "C" { #endif #include -#include -#include +#include "slv2/lv2_ui.h" +#include "slv2/plugin.h" typedef struct _SLV2UIInstanceImpl* SLV2UIInstanceImpl; -- cgit v1.2.1