svn commit: samba r26196 - in branches/SAMBA_4_0: . source source/lib/ldb

jelmer at samba.org jelmer at samba.org
Thu Nov 29 14:49:45 GMT 2007


Author: jelmer
Date: 2007-11-29 14:49:44 +0000 (Thu, 29 Nov 2007)
New Revision: 26196

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26196

Log:
Always build python bindings for ldb.
Added:
   branches/SAMBA_4_0/source/lib/ldb/python.mk
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/configure.ac
   branches/SAMBA_4_0/source/lib/ldb/config.mk


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/configure.ac
===================================================================
--- branches/SAMBA_4_0/source/configure.ac	2007-11-29 14:49:42 UTC (rev 26195)
+++ branches/SAMBA_4_0/source/configure.ac	2007-11-29 14:49:44 UTC (rev 26196)
@@ -75,6 +75,7 @@
 		SMB_INCLUDE_MK(lib/ldb/config.mk)
 	]
 )
+SMB_INCLUDE_MK(lib/ldb/python.mk) 
 
 m4_include(lib/tls/config.m4)
 m4_include(lib/events/config.m4)

Modified: branches/SAMBA_4_0/source/lib/ldb/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-11-29 14:49:42 UTC (rev 26195)
+++ branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-11-29 14:49:44 UTC (rev 26196)
@@ -192,13 +192,6 @@
 # End BINARY ad2oLschema
 ################################################
 
-#######################
-# Start LIBRARY swig_ldb
-[PYTHON::swig_ldb]
-PUBLIC_DEPENDENCIES = LIBLDB LIBPYTHON
-SWIG_FILE = ldb.i
-# End LIBRARY swig_ldb
-#######################
 
 include tools/config.mk
 include ldb_ildap/config.mk

Added: branches/SAMBA_4_0/source/lib/ldb/python.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/python.mk	2007-11-29 14:49:42 UTC (rev 26195)
+++ branches/SAMBA_4_0/source/lib/ldb/python.mk	2007-11-29 14:49:44 UTC (rev 26196)
@@ -0,0 +1,7 @@
+#######################
+# Start LIBRARY swig_ldb
+[PYTHON::swig_ldb]
+PUBLIC_DEPENDENCIES = LIBLDB LIBPYTHON
+SWIG_FILE = ldb.i
+# End LIBRARY swig_ldb
+#######################



More information about the samba-cvs mailing list