diff options
Diffstat (limited to 'src/http/wscript')
-rw-r--r-- | src/http/wscript | 4 |
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}', |