X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSConscript;h=31777820c2727d21adc1a9c0ea21c5454fda7cfe;hb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;hp=aef098c228950c712f2deaf1ef1c3e8d7afc0ded;hpb=c448a643750c87940ac41b3cef33b6379950aa54;p=senf.git diff --git a/Socket/SConscript b/Socket/SConscript index aef098c..3177782 100644 --- a/Socket/SConscript +++ b/Socket/SConscript @@ -1,11 +1,13 @@ # -*- python -*- Import('env') -import SENFSCons -import glob +import SENFSCons, glob ########################################################################### +SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh") + if f not in ('all_includes.hh','Socket.hh') and not f.endswith('.test.hh') ]) + sources, testSources = SENFSCons.GlobSources() SENFSCons.StandardTargets(env) @@ -29,3 +31,4 @@ SENFSCons.Doxygen(env, extra_sources = [ env.Dia2Png('Handle.dia'), ]) +SENFSCons.InstallIncludeFiles(env, [ 'Socket.hh', 'all_includes.hh' ])