diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ def configure(conf): autowaf.define(conf, 'MACHINA_DATA_DIR', os.path.join( conf.env['DATADIR'], 'machina')) - conf.write_config_header('machina-config.h', remove=False) + conf.write_config_header('machina_config.h', remove=False) autowaf.display_msg(conf, "Jack", conf.is_defined('HAVE_JACK')) autowaf.display_msg(conf, "GUI", conf.is_defined('MACHINA_BUILD_GUI')) |