diff options
Diffstat (limited to 'misc/config/code/config.pl')
-rw-r--r-- | misc/config/code/config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/config/code/config.pl b/misc/config/code/config.pl index be6203080..b60517589 100644 --- a/misc/config/code/config.pl +++ b/misc/config/code/config.pl @@ -16,7 +16,7 @@ my $BUILD_DIR_CHECKS = 'checks'; my $MAKE_FILE = 'Makefile'; my $BUILD_INCLUDE_DIR = 'build/include'; -my $CONFIG_HEADER = 'config.h'; +my $CONFIG_HEADER = 'build.h'; my $CPP_INCLUDE_DIR_DIRNAME = $PROJECT_NAME_LC; |