From 8addf2ddadd7094d1bb2bc93f6c33796870da226 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Jan 2011 20:20:06 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/serd/trunk@87 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index cbe13b11..9dbe5b74 100644 --- a/wscript +++ b/wscript @@ -41,9 +41,10 @@ def configure(conf): conf.check_tool('compiler_cc') conf.env.append_value('CFLAGS', '-std=c99') - autowaf.define(conf, 'SERD_VERSION', SERD_VERSION) conf.env['BUILD_TESTS'] = Options.options.build_tests conf.env['BUILD_UTILS'] = not Options.options.no_utils + + autowaf.define(conf, 'SERD_VERSION', SERD_VERSION) conf.write_config_header('serd-config.h', remove=False) autowaf.display_msg(conf, "Utilities", str(conf.env['BUILD_UTILS'] == 1)) @@ -55,7 +56,7 @@ def build(bld): bld.install_files('${INCLUDEDIR}/serd', bld.path.ant_glob('serd/*.h')) # Pkgconfig file - autowaf.build_pc(bld, 'SERD', SERD_VERSION, ['REDLAND']) + autowaf.build_pc(bld, 'SERD', SERD_VERSION, []) lib_source = ''' src/env.c -- cgit v1.2.1