summaryrefslogtreecommitdiff
path: root/source4/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* Do not install smbclient4 and nmblookup4Jeroen Dekkers2014-04-151-1/+2
| | | | | | | | | | Change-Id: I2d91d9c9faa2df084321d10fbdc948acbd2bb735 Signed-off-by: Jeroen Dekkers <jeroen@dekkers.ch> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Tue Apr 15 03:25:13 CEST 2014 on sn-devel-104
* build: Add missing deps and make MESSAGING a private libraryAndrew Bartlett2012-06-071-1/+1
| | | | | | | | | To remove finddcs_nbt these missing deps need to be added. These subsystems linked to to implicit dependencies provided by finddcs. Due to the new arrangmenet of subsystems, MESSAGING needs to be a private library to avoid being a source of duplicate symbols. Andrew Bartlett
* build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclientMichael Adam2012-05-311-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu May 31 06:36:55 CEST 2012 on sn-devel-104
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-111-2/+2
| | | | | | | | | | | | This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett
* waf: restore libsmbclient handling.Günther Deschner2011-09-151-0/+12
| | | | | | | | | | | | This is a temporary solution to get libsmbclient installed properly as a library (including symlinks and proper symbols). I was not able to make the old internal library name 'libsmb/smbclient' work together with "realname" and/or "link_name". Maybe one of the waf gurus has more ideas here. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104
* s4-waf Remove source4 build system.Andrew Bartlett2011-02-091-106/+0
| | | | | | The top level build is the official build system now. Andrew Bartlett
* netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner2011-01-071-0/+1
| | | | Guenther
* s4 libcli: Add libcli_echo lib and torture testKai Blin2010-12-091-0/+1
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Dec 9 23:57:03 CET 2010 on sn-devel-104
* s4: Implement UDP echo server exampleKai Blin2010-12-091-0/+1
| | | | | This is a simple UDP-based echo server. It is mainly intended as an example on how to do server service tasks in s4.
* s4-waf: get the version number right on private librariesAndrew Tridgell2010-12-081-0/+3
| | | | | | use the first digit of the version number for the library version Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* waf: added --symbol-check optionAndrew Tridgell2010-10-301-0/+2
| | | | | | | | | | | | | this adds checking of the symbols in all our object files, libraries and syslibs. It will form the basis in future for a lot more checks, but for now it just checks basic rules like not allowing us to use symbols that are in system libs. Currently this is enabled only if you use the --symbol-check option, (or use make with SYMBOLCHECK=1) but I intend to make this always enabled once it has had more testing. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4 net: rename to samba-tool in order to not clash with s3 netKai Blin2010-10-281-1/+1
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
* s4 dns: Add a boilerplate DNS server implementationKai Blin2010-10-231-0/+1
|
* s4-waf: removed the XATTR and SASL aliasesAndrew Tridgell2010-10-211-5/+0
| | | | | | these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: removed dependencies on missing subsystemsAndrew Tridgell2010-10-211-20/+0
| | | | these were left over from the old config.mk system
* s4-waf: automatically remove stale C and header filesAndrew Tridgell2010-10-141-0/+1
| | | | | | | | | | this prevents stale .c and .h files in bin/ from causing build problems Thanks to Thomas Nagy for the example implementation! Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 14 07:44:13 UTC 2010 on sn-devel-104
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-011-1/+1
| | | | Guenther
* s4-waf: remove NDR-SRVSVC alias.Günther Deschner2010-09-271-1/+0
| | | | | | Thanks tridge, this was driving me nuts... Guenther
* s4-smbtorture: remove unneeded dcerpc_mgmt alias.Günther Deschner2010-09-271-1/+0
| | | | Guenther
* lib-subunit: fixed build on systems without subunit devel libraryAndrew Tridgell2010-09-231-0/+1
| | | | Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4 nss_switch: fix build problem on computer without the iniparserMatthieu Patou2010-07-171-1/+1
| | | | | Although the build was ok on my workstation it appears that on build server it was not because the include path was not correct.
* s4-waf: add the missing bits for builing nss_winbind and pam_winbindMatthieu Patou2010-07-171-0/+1
| | | | This is something that was not picked up during the migration to waf
* Rename libgpo to lib/policy to avoid confusion with samba3 and add waf buildWilco Baan Hofman2010-06-201-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4-waf: create the smbd.tmp/messaging directoryAndrew Tridgell2010-04-211-1/+1
| | | | | | | this prevents a warning when we run net vampire from the install dir when samba has never been run previously Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: follow the configure directories for the empty install dirsAndrew Tridgell2010-04-191-1/+1
| | | | Thanks to Metze for spotting this
* s4-waf: install some missing empty directoriesAndrew Tridgell2010-04-191-0/+3
|
* s4-python: Use standard infrastructure for finding included testtools, ↵Jelmer Vernooij2010-04-071-1/+0
| | | | subunit and iso8601.
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-77/+77
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: updates for the new python installer from jelmerAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: look in libintl for dgettext()Andrew Tridgell2010-04-061-1/+0
|
* s4-waf: cleaned up tevent dependencyAndrew Tridgell2010-04-061-1/+0
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: install pidlAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: started adding auto-install of include filesAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: remove the need for some of the lib aliasesAndrew Tridgell2010-04-061-4/+0
|
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-061-1/+0
| | | | this stops lib/replace becoming a mess
* build: commented the missing subsystemsAndrew Tridgell2010-04-061-12/+14
|
* build: install codepage filesAndrew Tridgell2010-04-061-0/+1
|
* build: alias the libiconv target name for subsystems that depend on 'ICONV'Andrew Tridgell2010-04-061-1/+1
|
* build: optionally enable builtin poptAndrew Tridgell2010-04-061-1/+1
|
* build: fixed some more missing targetsAndrew Tridgell2010-04-061-5/+9
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-12/+8
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-40/+6
|
* build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell2010-04-061-0/+1
| | | | also fixed ASN1 target names
* build: added generation of version.hAndrew Tridgell2010-04-061-0/+2
|
* build: fixes from itaAndrew Tridgell2010-04-061-0/+6
|
* build: another missing subsystem .....Andrew Tridgell2010-04-061-0/+2
|
* build: added build groupsAndrew Tridgell2010-04-061-0/+5
|
* build: heimdal_build waf supportAndrew Tridgell2010-04-061-5/+76
| | | | heimdal now mostly builds