diff options
author | David Robillard <d@drobilla.net> | 2011-04-13 04:59:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-13 04:59:03 +0000 |
commit | 8b2f670248c92776e375bd30c0815a4ff259bb0e (patch) | |
tree | 0f130bf4f118209788d2792b06de9f8b0aefebc6 /src/serialisation/wscript | |
parent | 793bef06e2a98561e266a32ee767410ea44d4c67 (diff) | |
download | ingen-8b2f670248c92776e375bd30c0815a4ff259bb0e.tar.gz ingen-8b2f670248c92776e375bd30c0815a4ff259bb0e.tar.bz2 ingen-8b2f670248c92776e375bd30c0815a4ff259bb0e.zip |
Consistent local or installed includes for interface headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3143 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation/wscript')
-rw-r--r-- | src/serialisation/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript index 54ec7228..3c72871d 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -12,7 +12,7 @@ def build(bld): serialisation.cpp ''' obj.export_includes = ['.'] - obj.includes = ['.', '..', '../..', '../common'] + obj.includes = ['.', '..', '../..', '../../include'] obj.name = 'libingen_serialisation' obj.target = 'ingen_serialisation' obj.install_path = '${LIBDIR}' |