summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/python.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-07-18Remove pyldb_util and simply duplicate the 5-line function it contains,Jelmer Vernooij1-8/+0
rather than creating a separate shared library for it.
2009-06-02Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij1-0/+1
2009-06-02Fix more unresolved symbols.Jelmer Vernooij1-1/+8
2009-02-02s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher1-2/+0
metze
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher1-5/+5
metze
2008-12-19Remove swig support from standalone ldb build.Jelmer Vernooij1-1/+1
2008-12-19Initial work using manual Python bindings for LDB, rather than ↵Jelmer Vernooij1-5/+3
SWIG-generated ones.
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-1/+1
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0)
2008-06-11Use variables for source dir of python ldb bindings.Jelmer Vernooij1-3/+3
(This used to be commit cd4eddd31354f4ae45e8747da1a70340000716c3)
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij1-1/+1
(This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
2008-05-27Use variable for ldb source directory.Jelmer Vernooij1-3/+3
(This used to be commit 48bfce0ea51b952baef5bfa667405e8742e5016f)
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij1-1/+1
(This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
2008-05-21Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij1-0/+2
makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
2008-03-04Fix includes.Jelmer Vernooij1-0/+2
(This used to be commit 99e61dade2bd9ae2a5dfe17f766528012c09e46c)
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij1-4/+0
easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
2008-01-21ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij1-0/+1
(This used to be commit 583ea85ae04c0bc2e70ab2e595e05f76f65c3be1)
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
2007-12-21r26196: Always build python bindings for ldb.Jelmer Vernooij1-0/+7
(This used to be commit 0aa19ce73f435cab44f83023b9b265d4761d3c31)