summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-08 22:54:46 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:47 +1000
commit6bba8cfd9228fdda27efed8ae0a4b9104662aff7 (patch)
treeb512aa2bb5183fc3b2b779a3452f5a4990e7174f /buildtools
parentd70c4e8ea970bc17fa95291d7cc308cd7dce265d (diff)
downloadsamba-6bba8cfd9228fdda27efed8ae0a4b9104662aff7.tar.gz
samba-6bba8cfd9228fdda27efed8ae0a4b9104662aff7.tar.bz2
samba-6bba8cfd9228fdda27efed8ae0a4b9104662aff7.zip
build: use export_incdirs
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wafsamba.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index cffa1d35b1..f34ef3b650 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -215,6 +215,7 @@ def SAMBA_LIBRARY(bld, libname, source,
add_objects = add_objects,
ccflags = CURRENT_CFLAGS(bld, cflags),
includes=ilist + ' . #',
+ export_incdirs = includes,
depends_on=depends_on,
vnum=vnum)