X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FSConscript;h=e0e2d490aefb223f3fb7dfc4569e99c7e3e6a4cf;hb=ef0be4d0484ff659d17e02a421ad5beaaa76e646;hp=bbf72625be2bb952f47d852874250a1c2ed4971a;hpb=b52002fa2001e6472d6aa3dde263b85f654c6e8e;p=senf.git diff --git a/Socket/Protocols/SConscript b/Socket/Protocols/SConscript index bbf7262..e0e2d49 100644 --- a/Socket/Protocols/SConscript +++ b/Socket/Protocols/SConscript @@ -8,12 +8,12 @@ import SENFSCons, glob SENFSCons.StandardTargets(env) sources = SENFSCons.GlobSources() -objects = SENFSCons.Objects( env, sources = sources, LIBS = [ 'Socket', 'Utils' ] ) +objects = SENFSCons.Objects( env, sources = sources, LIBS = [ 'Socket', 'Scheduler', 'Utils' ] ) for sc in glob.glob("*/SConscript"): ob = SConscript(sc) if ob : objects.extend(ob) -SENFSCons.InstallIncludeFiles(env, [ 'INet.hh', 'Raw.hh' ]) +SENFSCons.InstallIncludeFiles(env, [ 'INet.hh', 'Raw.hh', 'DVB.hh', 'UN.hh' ]) Return('objects')