summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2010-05-11s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from the buildStefan Metzmacher1-1/+1
This is not needed and contains one big #ifdef __APPLE__ and breaks the build on Mac OS 10. metze
2010-04-26s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPIAndrew Tridgell1-1/+1
this avoids the s3compat layer from getting duplicate interfaces code
2010-04-12s4:heimdal_build/wscript_build: avoid global deps for hostcc stuffStefan Metzmacher1-0/+3
metze
2010-04-12s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCCStefan Metzmacher1-8/+10
metze
2010-04-12lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher1-3/+5
metze
2010-04-12s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher1-1/+1
metze
2010-04-10s4:heimdal_build/wscript_build: remove more network related stuff from ↵Stefan Metzmacher1-3/+4
HEIMDAL_ROKEN_H metze
2010-04-10s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_etStefan Metzmacher1-2/+2
metze
2010-04-09s4:heimdal_build/wscript_build: we don't need separate subsystems just for ↵Stefan Metzmacher1-40/+11
optional source files metze
2010-04-09s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_HStefan Metzmacher1-3/+4
This hopefully fixes the build on host opi - OpenSUSE 10.2 (x86_64). metze
2010-04-09s4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variableStefan Metzmacher1-3/+40
metze
2010-04-06s4-waf: we don't need strerror_r from rokenAndrew Tridgell1-2/+2
2010-04-06s4-waf: fixed some of the group orderingAndrew Tridgell1-2/+5
We need to try to keep targets in the right groups
2010-04-06s4-waf: look in libintl for dgettext()Andrew Tridgell1-1/+1
2010-04-06s4-waf: added libreplace dep for the conditional heimdal modulesAndrew Tridgell1-0/+4
2010-04-06s4-waf: merge in the latest changes from masterAndrew Tridgell1-5/+13
The heimdal changes mean the asn1 compiler produces a 2nd header file
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: another place where broken ln -f on solaris8 mattersAndrew Tridgell1-2/+2
2010-04-06build: rkpty should not directly include socket_wrapper.cAndrew Tridgell1-1/+1
2010-04-06build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell1-0/+9
2010-04-06build: removed testing cflagsAndrew Tridgell1-3/+2
2010-04-06build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell1-0/+8
2010-04-06build: compile_et needs lib/com_err includesAndrew Tridgell1-0/+1
2010-04-06build: don't install the heimdal compilersAndrew Tridgell1-4/+9
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-45/+55
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-76/+49
2010-04-06build: fixed heimdal include listsAndrew Tridgell1-16/+16
2010-04-06build: moved main autoproto rule into samba_autoproto.pyAndrew Tridgell1-0/+1
2010-04-06build: result of hack session with itaAndrew Tridgell1-35/+209
2010-04-06build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell1-1/+8
2010-04-06build: added heimdal_build table rulesAndrew Tridgell1-1/+51
2010-04-06build: fixes from itaAndrew Tridgell1-0/+15
2010-04-06build: added ASN1, PIDL and ET build rulesAndrew Tridgell1-2/+2
also added selftest example command
2010-04-06build: heimdal_build waf supportAndrew Tridgell1-0/+304
heimdal now mostly builds