diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-15 16:17:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-18 15:09:46 +1100 |
commit | 066a93d41cbb2ecbbcc63646c11a28d7ca291c76 (patch) | |
tree | 7152e78d1abe6cfefaa56873a4eb738231b43c33 /buildtools | |
parent | 1570058b0d8754e8cc3f4e949eb2365df3becffd (diff) | |
download | samba-066a93d41cbb2ecbbcc63646c11a28d7ca291c76.tar.gz |
build: fixed passing of includes= for modules
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index bc722d59c4c..83972def10f 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -421,6 +421,7 @@ def SAMBA_MODULE(bld, modname, source, bld.SAMBA_LIBRARY(modname, source, deps=deps, + includes=includes, cflags=cflags, realname = realname, autoproto = autoproto, |