Utils/Daemon: Documentation
[senf.git] / Socket / Protocols / SConscript
index bbf7262..3b7b158 100644 (file)
@@ -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')