summaryrefslogtreecommitdiffstats
path: root/raul/List.hpp
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
commit7617b3a744a11aeb4840339ca43e1cfb2d3358b7 (patch)
tree17772f1be58bd5cc455c98679af20daae0df911b /raul/List.hpp
parentbe7cc35781e348f443abbd3910519707aea11904 (diff)
downloadraul-7617b3a744a11aeb4840339ca43e1cfb2d3358b7.tar.gz
raul-7617b3a744a11aeb4840339ca43e1cfb2d3358b7.tar.bz2
raul-7617b3a744a11aeb4840339ca43e1cfb2d3358b7.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/raul@1689 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/List.hpp')
-rw-r--r--raul/List.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/raul/List.hpp b/raul/List.hpp
index 45e1101..05fdb1e 100644
--- a/raul/List.hpp
+++ b/raul/List.hpp
@@ -21,9 +21,9 @@
#include <cstddef>
#include <cassert>
#include <boost/utility.hpp>
-#include <raul/Deletable.hpp>
-#include <raul/AtomicPtr.hpp>
-#include <raul/AtomicInt.hpp>
+#include "raul/Deletable.hpp"
+#include "raul/AtomicPtr.hpp"
+#include "raul/AtomicInt.hpp"
namespace Raul {