# -*- python -*- 

Import('env')

files = [
	"minilzo.c",
	]

env.StaticLibrary(env['local_libs'] + "lzo2", files)
