458ed891ced2c68c78d15bc4ac02433be4d15e2b
[senf.git] / Examples / Sniffer / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 sources, tests, includes = SENFSCons.Glob(env)
9
10 env.Alias('examples', env.Program('sniffer', sources + [ '${LOCALLIBDIR}/AllBundles.o' ]))
11 SENFSCons.Doxygen(env)