#! /usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2006 (ita)

def build(bld):
	obj=bld.create_obj('intltool_po', 'gnome-hello')
