diff options
author | David Robillard <d@drobilla.net> | 2008-12-21 17:04:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-12-21 17:04:40 +0000 |
commit | 932dc364870c4d29b06bdfc8c7725b2409967c12 (patch) | |
tree | 61d14658c556a48bb5a834122ae6ae11154dc57e /wscript | |
parent | 1ac39ebac020c8c020387cda7aaf1524823a3167 (diff) | |
download | patchage-932dc364870c4d29b06bdfc8c7725b2409967c12.tar.gz patchage-932dc364870c4d29b06bdfc8c7725b2409967c12.tar.bz2 patchage-932dc364870c4d29b06bdfc8c7725b2409967c12.zip |
Change configuration header name to something less likely to conflict.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1887 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ def configure(conf): conf.define('PATCHAGE_DATA_DIR', os.path.normpath( conf.env['DATADIR'] + conf.env['APP_INSTALL_NAME'])) - conf.write_config_header('config.h') + conf.write_config_header('wafconfig.h') autowaf.print_summary(conf) autowaf.display_header('Patchage Configuration') |