# -*- mode: python -*-
Import('env')

env.Tar(env['TARBALL'], ['SConscript'] + env.Glob('*.filter'))
