aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-19 03:29:26 +0200
committerDavid Robillard <d@drobilla.net>2020-10-27 13:13:58 +0100
commit6f2d3942dff7e176f4771ea6134ffcc88e33ef42 (patch)
tree38cd50096fcbcd9e5eca042394dc18ce5bf5e8e7 /wscript
parent39819593f45c29982182c740c5ba6669473ebfc3 (diff)
downloadserd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.tar.gz
serd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.tar.bz2
serd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.zip
Move MIN macro to int_math.h
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index 933dc467..585789d6 100644
--- a/wscript
+++ b/wscript
@@ -370,7 +370,8 @@ def amalgamate(ctx):
amalgamation.write('/* This is amalgamated code, do not edit! */\n')
amalgamation.write('#include "serd.h"\n\n')
- for header_path in ['src/serd_internal.h',
+ for header_path in ['src/namespaces.h',
+ 'src/serd_internal.h',
'src/system.h',
'src/byte_sink.h',
'src/byte_source.h',