~midori/midori/trunk

« back to all changes in this revision

Viewing changes to tests/wscript_build

  • Committer: Christian Dywan
  • Author(s): Paweł Forysiuk
  • Date: 2012-04-05 21:47:48 UTC
  • Revision ID: git-v1:a01c0fd22421eac117af38c677fb3b6e91001b94
Accomodate docs for build dir renaming

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    obj = bld.new_task_gen ('cc', 'program')
32
32
    obj.target = 'test-' + target
33
33
    obj.includes = '.. ../midori ../panels'
34
 
    obj.cflags = ['-DEXTENSION_PATH="' + os.path.abspath ('_build_/default/extensions') + '"']
 
34
    obj.cflags = ['-DEXTENSION_PATH="' + os.path.abspath ('_build/default/extensions') + '"']
35
35
    obj.source = source
36
36
    obj.vapi_dirs = '../midori'
37
37
    obj.packages = 'glib-2.0 gio-2.0 gtk+-2.0 libsoup-2.4 webkit-1.0 midori'