Small fixes for compat liblash

* library versioning is required by liblash apps
 * liblash needs to be compiled with DEBUG_OUTPUT_TERMINAL
   because it needs to use printf() and not lash_log()
This commit is contained in:
Nedko Arnaudov 2009-07-13 01:55:24 +03:00
parent 5d7f71d453
commit 983c28234b
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ def build(bld):
liblash.includes = "build/default" # XXX config.h version.h and other generated files
liblash.uselib = 'DBUS-1 LIBXML-2.0 UUID'
liblash.target = 'lash'
liblash.defines = 'LASH_OLD_API'
liblash.vnum = "1.1.1"
liblash.defines = ['LASH_OLD_API', 'DEBUG_OUTPUT_TERMINAL']
liblash.source = []
for source in [