summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Make the path to this uglyness complete so people can find the guilty party..Jeremy Allison1-1/+1
2009-06-02Build modules statically by default, as there still seem to be a lot ofJelmer Vernooij1-1/+2
2009-05-13s4 config-summary: Fix printing of which libraries are external andJelmer Vernooij1-2/+8
2009-03-12s4:build: try to fix the build with the ibm checker in the build-farmStefan Metzmacher1-1/+1
2008-12-23Allow using external libtevent.Jelmer Vernooij1-0/+1
2008-12-23Use make variable for Samba 4 shared library output directory.Jelmer Vernooij1-1/+1
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-1/+1
2008-12-21Avoid linking in all Python modules to the samba binaries - we can just let P...Jelmer Vernooij1-1/+1
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-03Allow overriding shared library policy using environment variable.Jelmer Vernooij1-2/+4
2008-06-30smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-2/+2
2008-06-30smb_build: enable implicit make rulesStefan Metzmacher1-0/+1
2008-06-26Use make template for installing binaries.Jelmer Vernooij1-5/+4
2008-06-10Revert "Add configure test for vdeplug library."Stefan Metzmacher1-3/+0
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett1-0/+4
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij1-2/+2
2008-05-30Reorder the linking of objects into a binary.Andrew Bartlett1-2/+2
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-4/+0
2008-05-28Fix dependency on swig ldb module.Jelmer Vernooij1-1/+0
2008-05-28Depend on debug names of shared libs for linking.Jelmer Vernooij1-1/+1
2008-05-27Don't throw away cflags if they start with a variable.Jelmer Vernooij1-1/+4
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij1-2/+0
2008-05-27Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij1-0/+1
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-14/+5
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-2/+0
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij3-11/+0
2008-05-21Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij1-1/+1
2008-05-19build: only add enabled subsystems and modules to ALL_OBJSStefan Metzmacher1-0/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij3-17/+0
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij1-5/+2
2008-05-18Typo, formatting fixes.Jelmer Vernooij1-2/+2
2008-05-18Avoid smb_build for prototype headers in some places.Jelmer Vernooij1-3/+2
2008-05-18Simplify argument handling.Jelmer Vernooij2-6/+3
2008-05-18Fix --output argument.Jelmer Vernooij1-1/+1
2008-05-18Allow specifying different input file to smb_build.Jelmer Vernooij1-2/+12
2008-05-18Move writing of data.mk file to m4 macro.Jelmer Vernooij1-1/+3
2008-05-16build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher1-0/+2
2008-05-11Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij1-0/+2
2008-05-11Remove extra space that caused issues during make install.Jelmer Vernooij1-1/+1
2008-05-11Fix LDB module initialization when using external ldb.Jelmer Vernooij1-1/+1
2008-05-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-19/+15
2008-05-10Fix building with system-provided LDB without breaking anything else :-)Jelmer Vernooij1-19/+15
2008-05-10Clean up some git merges gone wrong.Jelmer Vernooij3-10/+2
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij3-17/+19
2008-04-24Distinguish between private and public dependencies in the dot file.Jelmer Vernooij1-2/+2
2008-04-15Work around 'test' quirks - use make's string comparison instead.Jelmer Vernooij1-1/+3
2008-04-15Fix ALL_OBJS value.Jelmer Vernooij1-2/+1
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij3-18/+1
2008-04-15Make sure init function sentinels are set for modules.Jelmer Vernooij2-0/+4
2008-04-15Fix the build.Jelmer Vernooij1-2/+2