diff options
author | David Robillard <d@drobilla.net> | 2012-01-18 17:29:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-18 17:29:23 +0000 |
commit | cbe271a1b90734fe81c0fd8121b9aa37dcc65632 (patch) | |
tree | 58987d197c0a89fd090087b3c23f3eccbcd1ef04 /wscript | |
parent | 3198975c8e0de160d7b292de040c0919ab7d3b2d (diff) | |
download | sord-cbe271a1b90734fe81c0fd8121b9aa37dcc65632.tar.gz sord-cbe271a1b90734fe81c0fd8121b9aa37dcc65632.tar.bz2 sord-cbe271a1b90734fe81c0fd8121b9aa37dcc65632.zip |
Use consistent *_config.h rather than *-config.h.
git-svn-id: http://svn.drobilla.net/sord/trunk@198 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ def configure(conf): autowaf.define(conf, 'SORD_DEBUG_WRITE', 1) autowaf.define(conf, 'SORD_VERSION', SORD_VERSION) - conf.write_config_header('sord-config.h', remove=False) + conf.write_config_header('sord_config.h', remove=False) def fallback(var, val): conf.env[var] = val |