10 lines
336 B
Python
10 lines
336 B
Python
#! /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.create_obj ('cc', 'program')
|
|
obj.target = 'midori'
|
|
obj.includes = '. ..'
|
|
obj.find_sources_in_dirs ('.')
|
|
obj.uselib = 'UNIQUE LIBSOUP GIO GTK SQLITE WEBKIT LIBXML'
|
|
obj.uselib_local = 'katze'
|