d204c909f3d218b29a7f04624754235449a6b017
[senf.git] / Examples / RateStuffer / SConscript
1 Import('env')
2 import SENFSCons
3
4 ###########################################################################
5
6 SENFSCons.Binary( env, 'ppitest', SENFSCons.GlobSources(),
7                   LIBS = [ 'PPI', 'Scheduler', 'Packets', 'Socket', 'Utils' ] );