# -*- mode: python -*-

Import("env")

env.Library('audit', ['audit_commands.cpp', 'audit_file.cpp', 'audit_options.cpp', 'audit.cpp'])
