liblash: fix unresolved external

This commit is contained in:
Nedko Arnaudov 2009-09-01 00:28:38 +03:00
parent 744350e2f7
commit c9287c690c
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ def build(bld):
'object_path.c',
'introspection.c',
'interface.c',
'helpers.c',
]:
liblash.source.append(os.path.join("dbus", source))