summaryrefslogtreecommitdiff
path: root/source4/param/config.mk
AgeCommit message (Expand)AuthorFilesLines
2009-12-22param: Fix build on systems without ldb installed.Jelmer Vernooij1-1/+1
2009-12-21provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij1-1/+1
2009-09-23provision: Avoid linking in multiple copies of security python module.Jelmer Vernooij1-1/+1
2009-09-20s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett1-1/+1
2009-06-02Fix more unresolved symbols.Jelmer Vernooij1-1/+6
2009-02-02s4:param: swig_ldb was renamed to pyldb in d965ff05c9923c8a0e440e905d0d9fe662...Stefan Metzmacher1-1/+1
2009-02-02s4:param: we should not silence warnings on handwritten python bindingsStefan Metzmacher1-2/+0
2008-12-22Fix two remaining missing symbols in smbtorture4.Jelmer Vernooij1-2/+2
2008-12-21Convert param Python module to "manual" C.Jelmer Vernooij1-6/+4
2008-12-21Avoid linking in all Python modules to the samba binaries - we can just let P...Jelmer Vernooij1-1/+1
2008-05-28Fix dependency on swig ldb module.Jelmer Vernooij1-1/+1
2008-05-27Move version.o and dynconfig.o into their own directory.Jelmer Vernooij1-1/+1
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij1-1/+1
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
2008-05-21Move some python files into the samba package.Jelmer Vernooij1-1/+1
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij1-0/+2
2008-05-21Fix dependencies for ldb instancetype module.Jelmer Vernooij1-1/+1
2008-05-21Fix installed symlinks (cp was trying to be smart).Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+2
2008-05-18Use variable for param src dir.Jelmer Vernooij1-17/+9
2008-05-10Fix soversion for libtorture and libsamba-hostconfig.Jelmer Vernooij1-1/+1
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-3/+13
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij1-3/+5
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-10/+17
2008-04-09Fix so version of hostconfig library.Jelmer Vernooij1-1/+1
2008-04-09Move provision C bindings to param/.Jelmer Vernooij1-0/+4
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-2/+6
2008-04-01Install samba-hostconfig library.Jelmer Vernooij1-1/+4
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij1-2/+2
2008-04-01Move ini-like file parser to the utility library.Jelmer Vernooij1-1/+0
2008-03-04Fix includes.Jelmer Vernooij1-0/+2
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-9/+14
2008-02-29Change remaining prototype headers to be private.Jelmer Vernooij1-1/+1
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-3/+5
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-2/+4
2008-02-25Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij1-2/+2
2008-02-18Fix build with partial linking.Jelmer Vernooij1-4/+1
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-22param: Use manually written .pc file.Jelmer Vernooij1-0/+1
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij1-4/+1
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij1-2/+2
2007-12-21r26461: Tighten dependencies.Jelmer Vernooij1-1/+1
2007-12-21r26446: Convert param module to SWIG.Jelmer Vernooij1-0/+4
2007-12-21r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ...Stefan Metzmacher1-1/+1
2007-12-21r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij1-1/+1
2007-12-21r26006: Improve some dependencies.Jelmer Vernooij1-1/+1
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-10-10r25028: Fix more warnings.Jelmer Vernooij1-1/+0