From c0f567d3232cbe165e56cb2684cda52df7cfb90f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 22:41:11 +0200 Subject: Move public headers to a separate include directory This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check. --- src/client/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/wscript') diff --git a/src/client/wscript b/src/client/wscript index 394c9e4d..c9d6044f 100644 --- a/src/client/wscript +++ b/src/client/wscript @@ -4,8 +4,8 @@ def build(bld): obj = bld(features = 'cxx cxxshlib', cflags = ['-fvisibility=hidden'], - includes = ['../..'], - export_includes = ['../..'], + includes = ['../../include'], + export_includes = ['../../include'], name = 'libingen_client', target = 'ingen_client', install_path = '${LIBDIR}', -- cgit v1.2.1