# -*- python -*- Import('env') import SENFSCons ########################################################################### sources, tests, includes = SENFSCons.Glob(env) env.Program('sniffer', sources + [ '${LOCALLIBDIR}/AllBundles.o' ]) SENFSCons.Doxygen(env)