summaryrefslogtreecommitdiff
path: root/source4/lib/com
diff options
context:
space:
mode:
authorPhilip M. White <pmw@qnan.org>2010-11-03 08:21:34 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-03 08:22:54 +0100
commitcb9d048f90a2d1da7134ea7026be3a1a5574a920 (patch)
tree0651d8af6fc001d9053b8c7cd213fd040755caf4 /source4/lib/com
parentb028f55880f5beedb9acb440d4ea53b54345870b (diff)
downloadsamba-cb9d048f90a2d1da7134ea7026be3a1a5574a920.tar.gz
samba-cb9d048f90a2d1da7134ea7026be3a1a5574a920.tar.bz2
samba-cb9d048f90a2d1da7134ea7026be3a1a5574a920.zip
s4:waf - fix the build on Gentoo platforms
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Diffstat (limited to 'source4/lib/com')
-rw-r--r--source4/lib/com/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build
index ad716ef72f..2794d6623b 100644
--- a/source4/lib/com/wscript_build
+++ b/source4/lib/com/wscript_build
@@ -19,6 +19,7 @@ bld.SAMBA_SUBSYSTEM('DCOM',
bld.SAMBA_MODULE('com_simple',
source='classes/simple.c',
+ deps='talloc',
subsystem='COM',
init_function='com_simple_init'
)