#! /usr/bin/env python

obj = bld.new_task_gen('cc', 'shlib')
obj.find_sources_in_dirs('.', exts = ['.c'])
obj.target = 'testlib'
obj.uselib = 'GTK'
