From: Andrew Tridgell Date: Tue, 15 Feb 2011 05:17:30 +0000 (+1100) Subject: build: fixed passing of includes= for modules X-Git-Tag: tevent-0.9.11~536 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=066a93d41cbb2ecbbcc63646c11a28d7ca291c76;p=thirdparty%2Fsamba.git build: fixed passing of includes= for modules Pair-Programmed-With: Andrew Bartlett --- 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,