summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-18 17:29:23 +0000
committerDavid Robillard <d@drobilla.net>2012-01-18 17:29:23 +0000
commitcbe271a1b90734fe81c0fd8121b9aa37dcc65632 (patch)
tree58987d197c0a89fd090087b3c23f3eccbcd1ef04 /wscript
parent3198975c8e0de160d7b292de040c0919ab7d3b2d (diff)
downloadsord-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--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5cc4afb..8e6e624 100644
--- a/wscript
+++ b/wscript
@@ -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