summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-rw-r--r--buildtools/wafsamba/wafsamba.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 83f61d4962..015db06fd4 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -331,7 +331,8 @@ def SAMBA_ERRTABLE(bld, name, source,
bld(
features = 'cc',
source = source,
- target = name
+ target = name,
+ includes = '# #source4/heimdal_build #source4 #lib/replace'
)
Build.BuildContext.SAMBA_ERRTABLE = SAMBA_ERRTABLE