added svn:ignore properties
[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)