From 0ff7e0c998bb4fbc67925be762b528ae6585c4f3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 1 Oct 2010 10:34:14 +0200 Subject: samba: share readline wrappers among all buildsystems. Guenther --- source3/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 909008b234..d39bedb13a 100644 --- a/source3/wscript +++ b/source3/wscript @@ -87,6 +87,7 @@ def configure(conf): conf.RECURSE('../lib/nss_wrapper') conf.RECURSE('../lib/socket_wrapper') conf.RECURSE('../lib/zlib') + conf.RECURSE('../libcli/smbreadline') conf.CHECK_HEADERS('execinfo.h libexc.h libunwind.h netdb.h') -- cgit