r26197: Add bindings for libsecurity.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 29 Nov 2007 13:49:47 +0000 (14:49 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 00:40:11 +0000 (01:40 +0100)
(cherry picked from parts of commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)

Michael
(This used to be commit 22d48224d3235403b916c98c92915165fe7ef330)

source3/lib/talloc/config.mk
source3/lib/talloc/talloc.i

index 714ad72d1cdbee8e985c3d1f3f6d4ecddf980a60..942ced6b868d0f58b55dbc6adba9c327692f546e 100644 (file)
@@ -1,13 +1,8 @@
-################################################
-# Start LIBRARY LIBTALLOC
 [LIBRARY::LIBTALLOC]
-VERSION = 0.0.1
-SO_VERSION = 0
+VERSION = 1.0.0
+SO_VERSION = 1
 OBJ_FILES = talloc.o
 MANPAGE = talloc.3
 CFLAGS = -Ilib/talloc
 PUBLIC_HEADERS = talloc.h
 DESCRIPTION = A hierarchical pool based memory system with destructors
-#
-# End LIBRARY LIBTALLOC
-################################################
index 593c20465ee223753ca6d30a4eb753a8e0d312d8..c35d5d24116851ccd9b035969ffe368ad930b240 100644 (file)
@@ -19,8 +19,6 @@
 /* Don't expose talloc contexts in Python code. Python does reference 
    counting for us, so just create a new top-level talloc context.
  */
-%module talloc;
-
 %typemap(in, numinputs=0) TALLOC_CTX * {
     $1 = NULL;
 }