summaryrefslogtreecommitdiff
path: root/source4/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Move charset library to top level.Jelmer Vernooij1-1/+1
2008-10-19Merge branch 'selftest' of git://git.samba.org/jelmer/sambaJelmer Vernooij1-2/+2
2008-10-12Move zlib to top-level root.Jelmer Vernooij1-1/+1
2008-10-11Fix include, clean up .o files in ../lib and ../libcliJelmer Vernooij1-2/+1
Conflicts: source4/Makefile
2008-10-11Clean up properly.Jelmer Vernooij1-0/+1
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-2/+2
Conflicts: source4/Makefile
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij1-28/+46
Conflicts: selftest/selftest.pl
2008-10-08fix libclinbtsrcdir variable.Jelmer Vernooij1-1/+1
2008-09-30Re-add uninstallplugins, there has to be at least one instance of this.Jelmer Vernooij1-0/+2
2008-09-30Fix installation of misc files.Jelmer Vernooij1-2/+11
2008-09-29Patch by Matthias that removes old SWAT support and fixes uninstall.Matthias Dieter Wallnöfer1-11/+16
2008-09-29Consistently use lower case variable names for path variables.Jelmer Vernooij1-16/+16
Patch by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> and me.
2008-09-24Clean .o files in lib/ and libcli/ too.Jelmer Vernooij1-0/+3
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-09-24s3: fix merged_build.Günther Deschner1-0/+1
Guenther
2008-09-21Fix merged build.Jelmer Vernooij1-0/+1
2008-09-18Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij1-6/+7
Conflicts: source4/main.mk
2008-09-18Move selftest code to top-level.Jelmer Vernooij1-2/+2
2008-09-18Remove jsdir.Jelmer Vernooij1-4/+1
2008-09-17Fix location of included popt files for systems that don't have popt.Jelmer Vernooij1-1/+1
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-6/+6
2008-09-16Merge branch 'singlecompression' into singleJelmer Vernooij1-1/+1
2008-09-16Use single copy of compression library in Samba3,4.Jelmer Vernooij1-1/+1
2008-09-16Merge branch 'singlepopt' into singleJelmer Vernooij1-1/+1
Conflicts: source4/Makefile
2008-09-16Use a single copy of popt in samba3 and samba4.Jelmer Vernooij1-1/+1
2008-09-16Merge branch 'singlensswrap' into singleJelmer Vernooij1-1/+1
Conflicts: source3/configure.in source4/Makefile source4/configure.ac source4/lib/nss_wrapper/nss_wrapper.c source4/lib/replace/system/passwd.h source4/main.mk
2008-09-16Use single cope of nss_wrapper in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-16Merge branch 'singlesw' into singleJelmer Vernooij1-1/+1
Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h
2008-09-16Merge branch 'singletdb' into singleJelmer Vernooij1-1/+1
2008-09-16Use single copy of socket_wrapper in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij1-1/+1
2008-09-16Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij1-0/+1
2008-09-15Add build system bits for wmi.Jelmer Vernooij1-0/+1
2008-09-09Remove unused scripts for installing binaries.Jelmer Vernooij1-6/+1
(This used to be commit 677179234ecaa6980dedc2bb6f77c525b56b532f)
2008-09-09Remove calls to unused uninstallbin.shJelmer Vernooij1-2/+0
(This used to be commit 69956a5597b0339b7c0ee3f394d649421f037f03)
2008-09-03Fix embedding of Samba 4.Jelmer Vernooij1-0/+1
(This used to be commit 3862f3132549332e0a44fad65d7c49a27e1dbd4a)
2008-08-01build: autogenerate heimdal basicsStefan Metzmacher1-1/+1
metze (This used to be commit f19d2182b802a49449cbb9e4e6334f223ceb284d)
2008-08-01build: autogenarate VPATH by configureStefan Metzmacher1-2/+0
metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858)
2008-07-01Create PREFIX/var/lib and PREFIX/var/run in 'make install'.Andrew Bartlett1-1/+3
This is a problem because the location of the winbind privilaged pipe moved. Andrew Bartlett (This used to be commit 68afc2893c032be0a8a31d996f90574ceb6c10ad)
2008-06-30Ensure we install smbd as well...Andrew Bartlett1-1/+1
(This used to be commit 72aaa905b3a9c71578c362554b6ab75edd2cd695)
2008-06-27Fix installation of Samba4 into an empty tree.Andrew Bartlett1-2/+2
Jelmer's previous patch failed because sh is very fussy about it's syntax, but only compaled in this case if you take the 'no existing binary' path. Andrew Bartlett (This used to be commit 9cb5327ac9811b3c1309d0e4082da3f54ab2a050)
2008-06-26Use make magic for installing/uninstalling binaries.Jelmer Vernooij1-0/+14
(This used to be commit 97b724417fc8110f7c591779b0c17bd072be304f)
2008-06-26Use make template for installing binaries.Jelmer Vernooij1-17/+0
(This used to be commit 3fb35fc03d5cfb48d0d4f51564ef76e99e74f81c)
2008-06-25Use variable for selftest directory.Jelmer Vernooij1-1/+2
(This used to be commit 78760606fa71c370ae3c05b077c5146166bdaa7b)
2008-06-25Use variable for popt source dir.Jelmer Vernooij1-0/+1
(This used to be commit effc25e805facea001ebd64d383f1a536c61d0e3)
2008-06-14Avoid using .DEFAULT_GOAL - it's only available in gmake 3.81 and higher.Jelmer Vernooij1-2/+4
(This used to be commit 9a169c341bfb0c4ff423f05c27345d439890576c)
2008-06-11Use variables for source dir of python ldb bindings.Jelmer Vernooij1-0/+1
(This used to be commit cd4eddd31354f4ae45e8747da1a70340000716c3)
2008-06-11Use variables for source dir of python tdb bindings.Jelmer Vernooij1-0/+1
(This used to be commit 22e7bcfbe4534c070ac2dd5f39773ea023dfa7f7)
2008-05-29Allow the ntp_signd socket to be set from configure.Andrew Bartlett1-0/+1
This will allow distributions to hard-code this path, particularly for selinux, and matches how we handle the winbind socket dir. Andrew Bartlett (This used to be commit c8b441650400ed1b24c89991f5752dad3c87795f)
2008-05-28Bring up the ntp signing deamonAndrew Bartlett1-0/+1
This starts ntp_signd at startup, and fixes some build issues. Andrew Bartlett (This used to be commit cb0dcd5c3dfe2a46755270a4594b7289f555d814)