aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
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',