Fix unresolved external liblash

The bug was recently introduced by commit 73acf78b8d
This commit is contained in:
Nedko Arnaudov 2012-12-22 10:56:54 +02:00
parent 0120d3162b
commit 441128e025
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ def build(bld):
'dirhelpers.c',
'catdup.c',
'file.c',
'log.c',
]:
liblash.source.append(os.path.join("common", source))