Replace SENFSCons.InstallIncludeFiles with InstallSubdir builder calls
[senf.git] / Scheduler / SConscript
index 7310390..6113f90 100644 (file)
@@ -9,4 +9,5 @@ sources, includes = SENFSCons.Glob(env)
 
 SENFSCons.Lib(env, sources)
 SENFSCons.Doxygen(env)
-SENFSCons.InstallIncludeFiles(env, includes)
+
+env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)