From 441128e025f8f0faae17a395c62afe4515c424c6 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sat, 22 Dec 2012 10:56:54 +0200 Subject: [PATCH] Fix unresolved external liblash The bug was recently introduced by commit 73acf78b8df0025c41ec05f8c03b24d2a0a10d62 --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index a9e5ee77..f65f3dc5 100644 --- a/wscript +++ b/wscript @@ -507,6 +507,7 @@ def build(bld): 'dirhelpers.c', 'catdup.c', 'file.c', + 'log.c', ]: liblash.source.append(os.path.join("common", source))