midori/tests/wscript_build

12 lines
364 B
Plaintext
Raw Normal View History

2008-11-15 23:03:34 +00:00
#! /usr/bin/env python
# WAF build script for midori
# This file is licensed under the terms of the expat license, see the file EXPAT.
obj = bld.new_task_gen ('cc', 'program')
2008-11-15 23:03:34 +00:00
obj.target = 'magic-uri'
obj.includes = '.. ../midori'
obj.source = 'magic-uri.c'
2008-11-15 23:03:34 +00:00
obj.uselib = 'UNIQUE LIBSOUP GIO GTK SQLITE WEBKIT LIBXML'
obj.uselib_local = 'midori'
2008-11-15 23:03:34 +00:00
obj.unit_test = 1