diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-06 10:49:21 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:40 +1000 |
commit | 36e6d11dceb7af9cccdff3c631745427e31b8835 (patch) | |
tree | f244f1b9548f9d11c8966f7242cc204b906f3283 /source4/heimdal_build/wscript_build | |
parent | 27090becab1d9bd31ee313a32f0d0b78572f99b2 (diff) | |
download | samba-36e6d11dceb7af9cccdff3c631745427e31b8835.tar.gz samba-36e6d11dceb7af9cccdff3c631745427e31b8835.tar.bz2 samba-36e6d11dceb7af9cccdff3c631745427e31b8835.zip |
build: add README to explain gen_ndr, and ensure directory exists
Diffstat (limited to 'source4/heimdal_build/wscript_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index faea19195e..a29a38b643 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -62,7 +62,14 @@ bld(rule="${PYTHON} ${SRC[0].abspath()} ${SRC[2].abspath()} ${SRC[2].parent.absp name = 'HEIMDAL_MAP_TABLE' ) - +# look at the example below - the output dir is lib/gssapi, the source asn1 file is lib/gssapi/spnego/spnego.asn1 +# well ... hmm, it depens if any heimdal C file uses a #include that depends on the path. We can try a different location +# but I'm guessing it will break the heimdal C files +# too hard to use a different output dir from input? +# the restriction is we can't modify the existing C source of heimdal. +# ok, symlink hacks to solve? it should be similar to the gen_ndr hackery of PIDL +# as that is also a different out dir from input file +# ok, but is it OK for PIDL? pidl is putting output in ../gen_ndr/ndr_$NAME.[ch] etc bld.SAMBA_ASN1('HEIMDAL_SPNEGO_ASN1', '../heimdal/lib/gssapi/spnego/spnego.asn1', options='--sequence=MechTypeList', |