summaryrefslogtreecommitdiffstats
path: root/slv2/scalepoint.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-20 00:25:32 +0000
committerDavid Robillard <d@drobilla.net>2008-10-20 00:25:32 +0000
commit0f31f44094af436984d1b82e86443f1151c3e8bc (patch)
tree704ce141fe56ca6c6a0c177274584f1a21c27fbb /slv2/scalepoint.h
parenta09cd232854bf608269fbe06814f32d788fb159d (diff)
downloadlilv-0f31f44094af436984d1b82e86443f1151c3e8bc.tar.gz
lilv-0f31f44094af436984d1b82e86443f1151c3e8bc.tar.bz2
lilv-0f31f44094af436984d1b82e86443f1151c3e8bc.zip
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
Diffstat (limited to 'slv2/scalepoint.h')
-rw-r--r--slv2/scalepoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/scalepoint.h b/slv2/scalepoint.h
index 6f021b7..1fb6867 100644
--- a/slv2/scalepoint.h
+++ b/slv2/scalepoint.h
@@ -23,7 +23,7 @@
extern "C" {
#endif
-#include <slv2/types.h>
+#include "slv2/types.h"
/** \addtogroup slv2_data
* @{