build: fixed passing of includes= for modules
authorAndrew Tridgell <tridge@samba.org>
Tue, 15 Feb 2011 05:17:30 +0000 (16:17 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Feb 2011 04:09:46 +0000 (15:09 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

buildtools/wafsamba/wafsamba.py

index bc722d59c4c53e9e35b3b9abb3dcb8b24be9dc3a..83972def10ff8103560f0a237415828e1a08be4f 100644 (file)
@@ -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,