# -*- python -*- Import('env') import SENFSCons ########################################################################### sources, tests, includes = SENFSCons.Glob(env) env.Program('sniffer', sources + env['PACKET_BUNDLES']) SENFSCons.Doxygen(env)