Move sourcecode into 'senf/' directory
[senf.git] / senf / Utils / Termlib / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 sources, tests, includes = SENFSCons.Glob(env, exclude=[ 'telnetServer.cc'])
9
10 env.Append(ALLOBJECTS = env.Object(sources))
11 env.BoostUnitTest('test', tests)
12 SENFSCons.Doxygen(env)
13 env.InstallSubdir('$INCLUDEINSTALLDIR', includes)
14 env.Program('telnetServer', ['telnetServer.cc'])