summaryrefslogtreecommitdiff
path: root/source3/lib/talloc/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-29 14:49:47 +0100
committerMichael Adam <obnox@samba.org>2008-02-13 01:40:11 +0100
commit461ad00b1f090d5328c234e45eb7ab906252d93d (patch)
tree64f0db5cbc6df6bb93b965ff38e67fee766b1b95 /source3/lib/talloc/config.mk
parentfbc295fb37c8787d01472d3cec63adb3efea5803 (diff)
downloadsamba-461ad00b1f090d5328c234e45eb7ab906252d93d.tar.gz
samba-461ad00b1f090d5328c234e45eb7ab906252d93d.tar.bz2
samba-461ad00b1f090d5328c234e45eb7ab906252d93d.zip
r26197: Add bindings for libsecurity.
(cherry picked from parts of commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135) Michael (This used to be commit 22d48224d3235403b916c98c92915165fe7ef330)
Diffstat (limited to 'source3/lib/talloc/config.mk')
-rw-r--r--source3/lib/talloc/config.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/source3/lib/talloc/config.mk b/source3/lib/talloc/config.mk
index 714ad72d1c..942ced6b86 100644
--- a/source3/lib/talloc/config.mk
+++ b/source3/lib/talloc/config.mk
@@ -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
-################################################