Correct build dependencies in midori/wscript_build
This commit is contained in:
parent
49956f6b9b
commit
6eefea515e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
obj = bld.create_obj ('cc', 'program')
|
||||
obj.target = 'midori'
|
||||
obj.includes = '.. ../katze'
|
||||
obj.includes = '. ..'
|
||||
obj.find_sources_in_dirs ('.')
|
||||
obj.uselib = 'UNIQUE GIO GTK GTKSOURCEVIEW SQLITE WEBKIT LIBXML'
|
||||
obj.uselib_local = 'katze'
|
||||
|
|
Loading…
Reference in a new issue