diff --git a/config/message-compiler/Jamfile.jam b/config/message-compiler/Jamfile.jam index a42b801..5eea0a8 100644 --- a/config/message-compiler/Jamfile.jam +++ b/config/message-compiler/Jamfile.jam @@ -6,7 +6,7 @@ # import project ; -import log-platform-config ; +import ../../build/log-platform-config ; using mc ; project diff --git a/config/native-syslog/Jamfile.jam b/config/native-syslog/Jamfile.jam index 3c89154..fd4e297 100644 --- a/config/native-syslog/Jamfile.jam +++ b/config/native-syslog/Jamfile.jam @@ -6,7 +6,7 @@ # import project ; -import log-platform-config ; +import ../../build/log-platform-config ; project : source-location . diff --git a/config/pthread-mutex-robust/Jamfile.jam b/config/pthread-mutex-robust/Jamfile.jam index 49cd199..18c7f2d 100644 --- a/config/pthread-mutex-robust/Jamfile.jam +++ b/config/pthread-mutex-robust/Jamfile.jam @@ -6,7 +6,7 @@ # import project ; -import log-platform-config ; +import ../../build/log-platform-config ; project : source-location . diff --git a/config/regex-header-only/Jamfile.jam b/config/regex-header-only/Jamfile.jam index 4b718bc..78e78a2 100644 --- a/config/regex-header-only/Jamfile.jam +++ b/config/regex-header-only/Jamfile.jam @@ -6,7 +6,7 @@ # import project ; -import log-platform-config ; +import ../../build/log-platform-config ; project : source-location .