aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--wscript5
2 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 8bad9f88..c828add1 100644
--- a/README
+++ b/README
@@ -8,6 +8,3 @@ For more information, see <http://drobilla.net/software/serd>.
-- David Robillard <d@drobilla.net>
-
-
-
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