summaryrefslogtreecommitdiff
path: root/source4/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-02-01shared: Move dom_sid_* utility functions to top levelKai Blin1-0/+1
2009-01-30s4:build: kill DEFAULT_HEADERS variableStefan Metzmacher1-4/+3
metze
2008-12-29s4: remove unused dbwrap codeStefan Metzmacher1-1/+0
If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze
2008-12-23s4: Fix make clean to remove gen_ndr objects.Jelmer Vernooij1-1/+1
2008-12-23Use make variable for Samba 4 shared library output directory.Jelmer Vernooij1-1/+2
2008-12-17s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher1-0/+1
metze
2008-12-16nsswitch: Move nsswitch files from source4 to top level nsswitch dirKai Blin1-1/+1
2008-11-16Move torture directory to top-level.Jelmer Vernooij1-2/+2
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)