summaryrefslogtreecommitdiff
path: root/source/build
Commit message (Expand)AuthorAgeFilesLines
* Allow overriding shared library policy using environment variable.Jelmer Vernooij2008-09-031-2/+4
* Fix embedding of Samba 4.Jelmer Vernooij2008-09-031-3/+9
* build: generate :: rules for automatic dependenciesStefan Metzmacher2008-08-261-2/+2
* configure: use AS_HELP_STRING for --with-disable-ext-libMichael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --enable-developerMichael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --enable-debug.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-selftest-prefix.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-logfilebase.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-piddirMichael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-lockdir.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --ntp-signd-socket-dir.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-winbindd-socket-dir .Michael Adam2008-08-161-1/+1
* configure: use AS_HELP_STRING for --with-privatedirMichael Adam2008-08-161-1/+1
* configure: format help string for --with-fhs with AS_HELP_STRING().Michael Adam2008-08-161-1/+1
* configure: remove duplicate definition of --with-winbindd-socket-dir.Michael Adam2008-08-161-16/+0
* build: autogenarate VPATH by configureStefan Metzmacher2008-08-011-0/+3
* build: allow flex-2.34 together with bison-2.3Stefan Metzmacher2008-08-012-3/+14
* smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-2/+2
* smb_build: enable implicit make rulesStefan Metzmacher2008-06-301-0/+1
* Use a configure-specified directory for the winbind priv pipeAndrew Bartlett2008-06-281-2/+37
* Fix a non-empty line with just spacesVolker Lendecke2008-06-271-1/+1
* Fix the definition of abspath for gnu make < 3.81Volker Lendecke2008-06-271-1/+1
* Use make magic for installing/uninstalling binaries.Jelmer Vernooij2008-06-261-19/+7
* Use make template for installing binaries.Jelmer Vernooij2008-06-263-7/+46
* Use workaround for $(abspath)Jelmer Vernooij2008-06-251-0/+3
* Revert "Add configure test for vdeplug library."Stefan Metzmacher2008-06-101-3/+0
* build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher2008-06-091-3/+3
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-312-0/+5
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij2008-05-301-2/+2
|\
| * Reorder the linking of objects into a binary.Andrew Bartlett2008-05-301-2/+2
* | Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-302-5/+0
|/
* Allow the ntp_signd socket to be set from configure.Andrew Bartlett2008-05-291-0/+19
* Fix dependency on swig ldb module.Jelmer Vernooij2008-05-281-1/+0
* Depend on debug names of shared libs for linking.Jelmer Vernooij2008-05-281-1/+1
* Don't throw away cflags if they start with a variable.Jelmer Vernooij2008-05-271-1/+4
* Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij2008-05-271-2/+0
* Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij2008-05-271-0/+1
* More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer an...Jelmer Vernooij2008-05-231-1/+1
* Properly fix symlink for module aliases.Jelmer Vernooij2008-05-231-1/+1
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-14/+5
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-2/+0
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-213-11/+0
* Use gnu make syntax for SWIG implicit rule since it allows multiple output fi...Jelmer Vernooij2008-05-211-2/+2
* Fix installed symlinks (cp was trying to be smart).Jelmer Vernooij2008-05-211-1/+1
* Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij2008-05-212-2/+2
* build: only add enabled subsystems and modules to ALL_OBJSStefan Metzmacher2008-05-191-0/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-182-3/+6
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-183-17/+0
* Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij2008-05-182-6/+5
|\