77967ed2f1e60c101e9b7b4d7176166716144025
[senf.git] / Utils / Daemon / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 sources, includes = SENFSCons.Glob(env)
9
10 SENFSCons.Lib(env, sources)
11 SENFSCons.Doxygen(env)
12
13 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)