summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 11:25:59 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:24 +1100
commit2dcb596e8302856a66e8d6f11457ad87d1ad1dab (patch)
tree64033d3b02f062e30fa592113f61488968e7d307 /source4/heimdal_build/wscript_build
parent7cba3cfac8781061e4114573517b30baedbf891a (diff)
downloadsamba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.gz
samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.bz2
samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.zip
s4-waf: removed dependencies on missing subsystems
these were left over from the old config.mk system
Diffstat (limited to 'source4/heimdal_build/wscript_build')
-rw-r--r--source4/heimdal_build/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index ae5e092484..ddcc76ec3c 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -484,7 +484,7 @@ if not bld.CONFIG_SET('USING_SYSTEM_ROKEN'):
)
HEIMDAL_BINARY('rkpty', 'lib/roken/rkpty.c',
- deps='roken OPENPTY',
+ deps='roken',
cflags='-DPACKAGE="Samba"',
install=False
)
@@ -524,7 +524,7 @@ HDB_SOURCE = '''lib/hdb/db.c lib/hdb/dbinfo.c lib/hdb/hdb.c
HEIMDAL_LIBRARY('hdb',
source=HDB_SOURCE,
includes='../heimdal/lib/hdb',
- deps='HDB_LDB krb5 HEIMDAL_HDB_KEYS roken HEIMDAL_HCRYPTO com_err HEIMDAL_HDB_ASN1 wind',
+ deps='krb5 HEIMDAL_HDB_KEYS roken HEIMDAL_HCRYPTO com_err HEIMDAL_HDB_ASN1 wind',
vnum='11.0.2',
)
HEIMDAL_AUTOPROTO('lib/hdb/hdb-protos.h', HDB_SOURCE)