summaryrefslogtreecommitdiffstats
path: root/src/http/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-15 23:52:45 +0000
committerDavid Robillard <d@drobilla.net>2012-03-15 23:52:45 +0000
commitb617f75ff95d48ab3089976eb767e4f09abaa110 (patch)
tree971640580f926580dad54bb0a20e7838e135f5c6 /src/http/wscript
parent89e263ff78b51352f226c8b02ee65ecd8cbfefb8 (diff)
downloadingen-b617f75ff95d48ab3089976eb767e4f09abaa110.tar.gz
ingen-b617f75ff95d48ab3089976eb767e4f09abaa110.tar.bz2
ingen-b617f75ff95d48ab3089976eb767e4f09abaa110.zip
Remove weird "include" directory and use standard style ("ingen" directory in top level).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4063 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/http/wscript')
-rw-r--r--src/http/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/wscript b/src/http/wscript
index 9d2d6049..dec805e3 100644
--- a/src/http/wscript
+++ b/src/http/wscript
@@ -8,7 +8,7 @@ def build(bld):
HTTPEngineReceiver.cpp
HTTPSender.cpp
ingen_http_server.cpp''',
- includes = ['../..', '../../include'],
+ includes = ['../..'],
name = 'libingen_http_server',
target = 'ingen_http_server',
install_path = '${LIBDIR}',
@@ -20,7 +20,7 @@ def build(bld):
HTTPEngineSender.cpp
HTTPSender.cpp
ingen_http_client.cpp''',
- includes = ['../..', '../../include'],
+ includes = ['../..'],
name = 'libingen_http_client',
target = 'ingen_http_client',
install_path = '${LIBDIR}',