2ca29debe719c06553de0df1c47487ad54afd42f
[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 = [ 'Logger', 'Scheduler', 'Socket', 'Utils' ] )
16
17 SENFSCons.Doxygen(env)