X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FSniffer%2FSConscript;h=458ed891ced2c68c78d15bc4ac02433be4d15e2b;hb=ad287a6e1241649e73188edf5b8902e4e65f615d;hp=f894589fe3b77c2f1bf372cbc159628838e28ffa;hpb=fe92b49375aef6629f7bea55b85454f173524d9a;p=senf.git diff --git a/Examples/Sniffer/SConscript b/Examples/Sniffer/SConscript index f894589..458ed89 100644 --- a/Examples/Sniffer/SConscript +++ b/Examples/Sniffer/SConscript @@ -7,5 +7,5 @@ import SENFSCons sources, tests, includes = SENFSCons.Glob(env) -env.Program('sniffer', sources + [ '${LOCALLIBDIR}/AllBundles.o' ]) +env.Alias('examples', env.Program('sniffer', sources + [ '${LOCALLIBDIR}/AllBundles.o' ])) SENFSCons.Doxygen(env)