From 7617b3a744a11aeb4840339ca43e1cfb2d3358b7 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/raul@1689 a436a847-0d15-0410-975c-d299462d15a1 --- raul/PathTable.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raul/PathTable.hpp') diff --git a/raul/PathTable.hpp b/raul/PathTable.hpp index 65b7cc8..f7ff916 100644 --- a/raul/PathTable.hpp +++ b/raul/PathTable.hpp @@ -18,8 +18,8 @@ #ifndef RAUL_PATH_TABLE_HPP #define RAUL_PATH_TABLE_HPP -#include -#include +#include "raul/Path.hpp" +#include "raul/Table.hpp" namespace Raul { -- cgit v1.2.1