diff options
author | Günther Deschner <gd@samba.org> | 2011-11-21 12:55:04 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-21 12:55:04 +0100 |
commit | ad728b25eb83201c77a79b8fca261075c2540cb7 (patch) | |
tree | 4bf11c222f54eaefac44a4e5fbb94e8d70ed5294 /source3/wscript_build | |
parent | 1781415196dbd0d91884b7fcef7b2f12bce90164 (diff) | |
download | samba-ad728b25eb83201c77a79b8fca261075c2540cb7.tar.gz samba-ad728b25eb83201c77a79b8fca261075c2540cb7.tar.xz samba-ad728b25eb83201c77a79b8fca261075c2540cb7.zip |
s3-waf: remove version from libpdb.so for now.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 2b05edb0d24..531191a741f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -720,8 +720,6 @@ bld.SAMBA3_LIBRARY('pdb', include/passdb.h passdb/machine_sid.h passdb/lookup_sid.h''', - pc_files=[], - vnum='0', vars=locals()) bld.SAMBA3_SUBSYSTEM('PARAM_UTIL', |