docs: uselib -> use

This commit is contained in:
Thomas Nagy 2013-10-01 23:44:27 +02:00
parent 455e22838a
commit 4c3af52305
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def configure(conf):
def build(bld):
app = bld (
features = 'c cprogram glib2',
uselib = 'GLIB GOBJECT',
use = 'GLIB GOBJECT',
source = 'main.c',
target = 'gsettings-test'