X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FSConscript;h=3b7b1581f8626aeab9f377610d472a7d23b30e28;hb=b41b8147c7a2d40e2f69471e183840be8a0b95da;hp=bbf72625be2bb952f47d852874250a1c2ed4971a;hpb=9e69297ff7a7bcd9d952a38e35bbf124cb7f1dda;p=senf.git diff --git a/Socket/Protocols/SConscript b/Socket/Protocols/SConscript index bbf7262..3b7b158 100644 --- a/Socket/Protocols/SConscript +++ b/Socket/Protocols/SConscript @@ -14,6 +14,6 @@ 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' ]) Return('objects')