s4-waf: re-use SAMBA_LIBRARY() in building shared modules
authorAndrew Tridgell <tridge@samba.org>
Wed, 18 Aug 2010 23:22:54 +0000 (09:22 +1000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 22 Aug 2010 14:35:30 +0000 (16:35 +0200)
commitcfcfe3c1f5ab8f1cb919acbf8f215afdd9cc7d91
tree0fbcd558f64ac9f2ebfe495d624ff1e7d9a3fcde
parentde951249356a3705fc2a3c51575134415ac0ea05
s4-waf: re-use SAMBA_LIBRARY() in building shared modules

make SAMBA_MODULE() call SAMBA_LIBRARY() to do the heavy lifting. This
fixes the problem with modules being a bit too slim :-)

Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
buildtools/wafsamba/wafsamba.py