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

env.Library('in_ipchains_save',
            source=['parser.y', 'scanner.l'])
