Replace SENFSCons.InstallIncludeFiles with InstallSubdir builder calls
[senf.git] / Socket / Protocols / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 SConscript(glob.glob("*/SConscript"))
9
10 sources, includes = SENFSCons.Glob(env)
11 SENFSCons.Lib(env, sources)
12
13 env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)