summaryrefslogtreecommitdiff
path: root/source4/auth/credentials
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-29 17:04:11 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-08 14:53:53 +0200
commitdb06b61a1d3d38140578c004eb9d6cb3243d2870 (patch)
tree7313cad58e653f81e81d79e79dedafa2db141d80 /source4/auth/credentials
parentdd49eb87ce6be3ffde73eb675ac0217b7fcab202 (diff)
downloadsamba-db06b61a1d3d38140578c004eb9d6cb3243d2870.tar.gz
samba-db06b61a1d3d38140578c004eb9d6cb3243d2870.tar.bz2
samba-db06b61a1d3d38140578c004eb9d6cb3243d2870.zip
build: Make credentials a public library for OpenChange to use
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Aug 8 14:53:53 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/auth/credentials')
-rw-r--r--source4/auth/credentials/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build
index 6fb1a68098..99de466be3 100644
--- a/source4/auth/credentials/wscript_build
+++ b/source4/auth/credentials/wscript_build
@@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('credentials',
autoproto='credentials_proto.h',
public_headers='credentials.h',
deps='LIBCRYPTO errors events LIBCLI_AUTH security CREDENTIALS_SECRETS CREDENTIALS_KRB5',
- private_library=True
+ vnum='0.0.1'
)
bld.SAMBA_SUBSYSTEM('CREDENTIALS_KRB5',