Update Waf to 1.5.2 and update build scripts accordingly

This commit is contained in:
Christian Dywan 2009-01-05 20:23:56 +01:00
parent 001945d86b
commit aebd813c68
3 changed files with 1 additions and 3 deletions

View file

@ -7,7 +7,7 @@ import platform
obj = bld.new_task_gen ('cc', 'staticlib')
obj.name = 'katze'
obj.target = 'katze'
obj.includes = '.'
obj.includes = '. ../.'
obj.find_sources_in_dirs ('.')
obj.uselib = 'GMODULE LIBSOUP GTK LIBXML'
obj.install_path = None

View file

@ -3,8 +3,6 @@
# This file is licensed under the terms of the expat license, see the file EXPAT.
obj = bld.new_task_gen ('cc', 'program')
# After waf 1.4.4 this additional link flag is needed for extensions
obj.env.append_value ('LINKFLAGS', '-Wl,--export-dynamic')
obj.target = 'midori'
obj.includes = '. .. ../panels'
obj.find_sources_in_dirs ('. ../panels')

BIN
waf vendored

Binary file not shown.