Replace SENFSCons.InstallIncludeFiles with InstallSubdir builder calls
[senf.git] / Utils / Logger / SConscript
index a3803c6..bb4f897 100644 (file)
@@ -13,4 +13,5 @@ sources, includes = SENFSCons.Glob(env)
 
 SENFSCons.Lib(env, sources)
 SENFSCons.Doxygen(env)
-SENFSCons.InstallIncludeFiles(env, includes)
+
+env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes)