pyldb: Generate ABI file.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 7 Aug 2011 15:17:18 +0000 (17:17 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 7 Aug 2011 15:17:18 +0000 (17:17 +0200)
lib/ldb/ABI/pyldb-util-1.1.2.sigs [new file with mode: 0644]
lib/ldb/wscript

diff --git a/lib/ldb/ABI/pyldb-util-1.1.2.sigs b/lib/ldb/ABI/pyldb-util-1.1.2.sigs
new file mode 100644 (file)
index 0000000..74d6719
--- /dev/null
@@ -0,0 +1,2 @@
+pyldb_Dn_FromDn: PyObject *(struct ldb_dn *)
+pyldb_Object_AsDn: bool (TALLOC_CTX *, PyObject *, struct ldb_context *, struct ldb_dn **)
index c4b99734e484cc4f961fe63e365f009fa2196fd9..bf1b4a6065d52290bb8b23034faebdeed33af286 100755 (executable)
@@ -124,7 +124,9 @@ def build(bld):
                           vnum=VERSION,
                           private_library=private_library,
                           pc_files=pyldb_pc_files,
-                          pyext=True)
+                          pyext=True,
+                          abi_directory='ABI',
+                          abi_match='pyldb_*')
 
     if not bld.CONFIG_SET('USING_SYSTEM_LDB'):
         if Options.is_install:
@@ -147,7 +149,7 @@ def build(bld):
                           vnum=VERSION,
                           private_library=private_library,
                           manpages='man/ldb.3',
-                          abi_directory = 'ABI',
+                          abi_directory='ABI',
                           abi_match = abi_match)
 
         # generate a include/ldb_version.h