~tuxator/midori/speeddial-refresh

« back to all changes in this revision

Viewing changes to midori/wscript_build

  • Committer: Christian Dywan
  • Date: 2008-12-04 00:44:33 UTC
  • Revision ID: git-v1:e4f401c7e73a4844d5bc12177f3321bff3b38378
Implement new Extensions panel, in the new folder extensions

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
obj = bld.create_obj ('cc', 'program')
6
6
obj.target = 'midori'
7
 
obj.includes = '. ..'
8
 
obj.find_sources_in_dirs ('.')
 
7
obj.includes = '. .. ../panels'
 
8
obj.find_sources_in_dirs ('. ../panels')
9
9
obj.uselib = 'UNIQUE LIBSOUP GMODULE GIO GTK SQLITE WEBKIT LIBXML'
10
10
obj.uselib_local = 'katze'