summaryrefslogtreecommitdiffstats
path: root/src/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/http')
-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}',