8925f1fa5756c11cfd867ebeebbf3d5f7c08e7d2
[senf.git] / Socket / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 sources = SENFSCons.GlobSources()
9
10 SENFSCons.StandardTargets(env)
11
12 SENFSCons.Lib(env,
13              library = 'Socket',
14              sources = sources,
15              LIBS = [ 'Utils' ])
16
17 SENFSCons.Doxygen(env, extra_sources = [
18     env.Dia2Png('SocketLibrary-classes.dia')
19     ])