summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-05 01:26:55 +0100
committerGünther Deschner <gd@samba.org>2011-03-08 11:41:31 +0100
commit12f10a91824226af78e12c279dcf9b91e131f2fc (patch)
tree550321f31a8064d70b17ce9d055ad4ecffab8a09 /source3/wscript_build
parent19117db52c54ed27c570f6f1f21fb4d5096fdc5f (diff)
downloadsamba-12f10a91824226af78e12c279dcf9b91e131f2fc.tar.gz
samba-12f10a91824226af78e12c279dcf9b91e131f2fc.tar.bz2
samba-12f10a91824226af78e12c279dcf9b91e131f2fc.zip
s3-waf: fix the build.
Guenther Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 71670e9ad5..836ee1fb26 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -991,7 +991,7 @@ bld.SAMBA3_SUBSYSTEM('INIT_SAMR',
bld.SAMBA3_BINARY('smbd/smbd',
source='${SMBD_SRC_MAIN}',
- deps='smbd_base',
+ deps='smbd_base EPMD',
install_path='${SBINDIR}',
vars=locals())