diff --git a/Makefile b/Makefile index e03b49eee..948605617 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ json.tar.xz: # We use `-X` to make the resulting ZIP file reproducible, see # . include.zip: - zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build LICENSE.MIT + zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) meson.build LICENSE.MIT # Create the files for a release and add signatures and hashes. release: include.zip json.tar.xz