summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 11:48:44 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:50 +1000
commit7c35b9ca70684cc515e93cd2232ce1338e667fe1 (patch)
treeb699cfd572d9d1158f79de944701b805a2508bed /buildtools/wafsamba/wafsamba.py
parentfb2d78954d1cd73e214589c92de8a05e24ecef14 (diff)
downloadsamba-7c35b9ca70684cc515e93cd2232ce1338e667fe1.tar.gz
samba-7c35b9ca70684cc515e93cd2232ce1338e667fe1.tar.bz2
samba-7c35b9ca70684cc515e93cd2232ce1338e667fe1.zip
build: an optimisation for includes file handling
This optimisation makes waf include file handling more efficient
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 302e0676b1..194aa58b25 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -1,11 +1,12 @@
# a waf tool to add autoconf-like macros to the configure section
# and for SAMBA_ macros for building libraries, binaries etc
-import Build, os, Options, Task, Utils
+import Build, os, Options, Task, Utils, cc
from Configure import conf
from Logs import debug
# bring in the other samba modules
+from samba_includes import *
from samba_utils import *
from samba_autoconf import *
from samba_patterns import *