summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-26 00:30:34 +0000
committerDavid Robillard <d@drobilla.net>2011-05-26 00:30:34 +0000
commite719233aed509cd3b15e4ee3c5f7f268b030b541 (patch)
tree219061075f1fd42aa92302efb685064898e8b53d /wscript
parent9692d9684b06f10f7b162ad5ac22852c705d4a60 (diff)
downloadsuil-e719233aed509cd3b15e4ee3c5f7f268b030b541.tar.gz
suil-e719233aed509cd3b15e4ee3c5f7f268b030b541.tar.bz2
suil-e719233aed509cd3b15e4ee3c5f7f268b030b541.zip
Suil 0.4.2v0.4.2
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3336 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4bb61da..a712f23 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,7 @@ from waflib.extras import autowaf as autowaf
import waflib.Logs as Logs, waflib.Options as Options
# Version of this package (even if built as a child)
-SUIL_VERSION = '0.4.0'
+SUIL_VERSION = '0.4.2'
SUIL_MAJOR_VERSION = '0'
# Library version (UNIX style major, minor, micro)
@@ -54,6 +54,9 @@ def configure(conf):
conf.env['LIBDIR'] + '/suil-' + SUIL_MAJOR_VERSION)
autowaf.define(conf, 'SUIL_DIR_SEP', '/')
autowaf.define(conf, 'SUIL_MODULE_EXT', '.so')
+
+ conf.env['LIB_SUIL'] = ['suil-%s' % SUIL_MAJOR_VERSION]
+
conf.write_config_header('suil-config.h', remove=False)
autowaf.display_msg(conf, "Gtk2 Support", conf.is_defined('HAVE_GTK2'))