From 08c733d75fd83fd5e32ced9712d41dd595e0f182 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 21 Apr 2012 17:26:18 -0400 Subject: Make krb5 wrapper library common so they can be used all over --- wscript_build | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 wscript_build (limited to 'wscript_build') diff --git a/wscript_build b/wscript_build old mode 100644 new mode 100755 index 717d8b0a1a..295c1fa6d8 --- a/wscript_build +++ b/wscript_build @@ -133,6 +133,7 @@ bld.RECURSE('source3') bld.RECURSE('dfs_server') bld.RECURSE('file_server') bld.RECURSE('utils') +bld.RECURSE('lib/krb5_wrap') bld.RECURSE('testsuite/headers') bld.RECURSE('testsuite/libsmbclient/src') -- cgit