nsswitch: make libwbclient a public library again.
authorGünther Deschner <gd@samba.org>
Fri, 18 Feb 2011 14:40:59 +0000 (15:40 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 23 Feb 2011 23:00:50 +0000 (00:00 +0100)
Guenther
(cherry picked from commit 9154f0b4510ec9e3c7916b5fd3f37c441bd8c490)

nsswitch/libwbclient/wscript_build

index 896e17d9affb4b92c2baf10e1aeab594172b2995..d9255159d047bd854a5b8b20846768029f3a3cfc 100644 (file)
@@ -4,5 +4,5 @@ bld.SAMBA_LIBRARY('wbclient',
        source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c',
        deps='winbind-client',
        public_headers='wbclient.h',
-       private_library=True
+       vnum='0'
        )