X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTermlib%2FSConscript;h=5f77839727d94c4ac4ec0bfa7c0cf71906e81613;hb=b1f9349b1f3521d58cbef52ead0f2e5303a58c9e;hp=ffacf97faa7eaa9a64c59c1edd232995bd8e9af5;hpb=87204d50de0c429f265aec817bc9efd9af816082;p=senf.git diff --git a/Utils/Termlib/SConscript b/Utils/Termlib/SConscript index ffacf97..5f77839 100644 --- a/Utils/Termlib/SConscript +++ b/Utils/Termlib/SConscript @@ -9,5 +9,7 @@ sources, includes = SENFSCons.Glob(env, exclude=[ 'telnetServer.cc']) SENFSCons.Lib(env, sources) SENFSCons.Doxygen(env) -SENFSCons.InstallIncludeFiles(env, includes) + +env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes) + SENFSCons.Binary(env, "telnetServer", ['telnetServer.cc'])