diff options
author | David Robillard <d@drobilla.net> | 2012-01-18 01:55:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-18 01:55:56 +0000 |
commit | 50d20eb29ddeab6b83e790fc76ea68eba0487c50 (patch) | |
tree | 6d0b8c1d8fadb3b81fcc3d0f7ddbfeff51cf3a9e /wscript | |
parent | 183c1fbebb64a592a04d6a094125dc877929f08a (diff) | |
download | suil-50d20eb29ddeab6b83e790fc76ea68eba0487c50.tar.gz suil-50d20eb29ddeab6b83e790fc76ea68eba0487c50.tar.bz2 suil-50d20eb29ddeab6b83e790fc76ea68eba0487c50.zip |
Use consistent *_config.h rather than *-config.h.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3963 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ def configure(conf): conf.env['LIB_SUIL'] = ['suil-%s' % SUIL_MAJOR_VERSION] - conf.write_config_header('suil-config.h', remove=False) + conf.write_config_header('suil_config.h', remove=False) autowaf.display_msg(conf, "Gtk2 Support", conf.is_defined('HAVE_GTK2')) |