Revert "nsswitch: libwbclient has vnum 1 now."
authorMichael Adam <obnox@samba.org>
Thu, 10 Feb 2011 10:03:59 +0000 (11:03 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 10 Feb 2011 12:57:31 +0000 (13:57 +0100)
This reverts commit c9cb42a27634a0a711d48762c779c6b2f7c338e2.

Undo the library version bump.

nsswitch/libwbclient/wscript_build

index 9fffa9498513327b17dc7cc41371ec8b8475123a..896e17d9affb4b92c2baf10e1aeab594172b2995 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',
-       vnum='1'
+       private_library=True
        )