summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 21:46:38 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:40 +1000
commit9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53 (patch)
tree799fa74dad562244b7936eb6e2112c4bce6ae676 /source4/heimdal_build
parentc8f4ca41f69993afd9b4d753812d3056c91f0db5 (diff)
downloadsamba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.tar.gz
samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.tar.bz2
samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.zip
build: fixes from ita
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_build15
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index 35f09af29d..c286c54c4c 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -1,3 +1,18 @@
+#! /usr/bin/env python
+
+# we sould call out to a new bld.SAMBA_XXXXX() function
+# I want to hide gory details from samba devels inside the wafsamba tool
+
+print "hmmm"
+
+bld(
+ rule="${PYTHON} ${SRC[0].abspath()} ${SRC[1].abspath()} ${SRC[1].parent.abspath(env)}",
+ source = '../heimdal/lib/wind/gen-errorlist.py ../heimdal/lib/wind/rfc3454.txt ../heimdal/lib/wind/stringprep.py',
+ target = '../heimdal/lib/wind/errorlist_table.c ../heimdal/lib/wind/errorlist_table.h',
+ before = 'cc',
+ name="gruik", always=True
+)
+
bld.SAMBA_ASN1('HEIMDAL_SPNEGO_ASN1',
'../heimdal/lib/gssapi/spnego/spnego.asn1',
options='--sequence=MechTypeList',