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 | b7c99b01f08a2a293300ea699fd639e9b49800ed (patch) | |
tree | c275ed31669f6ae7b884d9f4be3e5599b40ac823 /wscript | |
parent | a4a66c90b50a1fae1e302f1826a7f6d500984b2e (diff) | |
download | jalv-b7c99b01f08a2a293300ea699fd639e9b49800ed.tar.gz jalv-b7c99b01f08a2a293300ea699fd639e9b49800ed.tar.bz2 jalv-b7c99b01f08a2a293300ea699fd639e9b49800ed.zip |
Use consistent *_config.h rather than *-config.h.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3963 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ def configure(conf): conf.env.append_unique('CFLAGS', '-std=c99') autowaf.define(conf, 'JALV_VERSION', JALV_VERSION) - conf.write_config_header('jalv-config.h', remove=False) + conf.write_config_header('jalv_config.h', remove=False) autowaf.display_msg(conf, "LV2 State support", conf.is_defined('HAVE_LV2_STATE')) |