Add 'include/senf' directory
[senf.git] / Socket / Protocols / SConscript
index 4e77b00..c5ca1ad 100644 (file)
@@ -16,4 +16,6 @@ for sc in glob.glob("*/SConscript"):
     ob = SConscript(sc)
     if ob : allob.extend(ob)
 
+SENFSCons.InstallIncludeFiles(env, [ 'INet.hh', 'Raw.hh' ])
+
 Return('allob')