db6cfbeff7c2d3cc49494286237c7e5b0e3813e2
[senf.git] / Utils / Daemon / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 SENFSCons.StandardTargets(env)
9
10 sources = SENFSCons.GlobSources()
11
12 SENFSCons.Lib( env,
13                library = 'Utils_Daemon',
14                sources = sources,
15                LIBS = [ 'Scheduler', 'Socket', 'Utils' ] )
16
17 SENFSCons.Doxygen(env)