diff options
-rw-r--r-- | src/log.cpp | 2 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/log.cpp b/src/log.cpp index 12f6139..1c2afaf 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -18,7 +18,7 @@ #include <string> #include "raul/log.hpp" -#include "raul-config.h" +#include "raul_config.h" namespace Raul { @@ -76,7 +76,7 @@ def configure(conf): autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp') autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp') - conf.write_config_header('raul-config.h', remove=False) + conf.write_config_header('raul_config.h', remove=False) autowaf.display_msg(conf, "Unit tests", str(conf.env['BUILD_TESTS'])) print('') |