summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/python.mk
Commit message (Collapse)AuthorAgeFilesLines
* ldb: Drop autoconf-based build system.Jelmer Vernooij2010-10-301-6/+0
|
* Remove pyldb_util and simply duplicate the 5-line function it contains,Jelmer Vernooij2009-07-181-8/+0
| | | | rather than creating a separate shared library for it.
* Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij2009-06-021-0/+1
|
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-1/+8
|
* s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
| | | | metze
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-211-5/+5
| | | | metze
* Remove swig support from standalone ldb build.Jelmer Vernooij2008-12-191-1/+1
|
* Initial work using manual Python bindings for LDB, rather than ↵Jelmer Vernooij2008-12-191-5/+3
| | | | SWIG-generated ones.
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-1/+1
| | | | (This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0)
* Use variables for source dir of python ldb bindings.Jelmer Vernooij2008-06-111-3/+3
| | | | (This used to be commit cd4eddd31354f4ae45e8747da1a70340000716c3)
* Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij2008-05-271-1/+1
| | | | (This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
* Use variable for ldb source directory.Jelmer Vernooij2008-05-271-3/+3
| | | | (This used to be commit 48bfce0ea51b952baef5bfa667405e8742e5016f)
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
| | | | (This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
| | | | (This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
* Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij2008-05-211-0/+2
| | | | | | makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
* Fix includes.Jelmer Vernooij2008-03-041-0/+2
| | | | (This used to be commit 99e61dade2bd9ae2a5dfe17f766528012c09e46c)
* build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij2008-01-211-4/+0
| | | | | | | easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
* ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij2008-01-211-0/+1
| | | | (This used to be commit 583ea85ae04c0bc2e70ab2e595e05f76f65c3be1)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
| | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
* r26196: Always build python bindings for ldb.Jelmer Vernooij2007-12-211-0/+7
(This used to be commit 0aa19ce73f435cab44f83023b9b265d4761d3c31)