PPI: Use ClockService instead of boost::posix_time
[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' ] );