From 6e131c47afaad98cf47d3bf10f0312b8bc0fe53c Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Wed, 7 Sep 2022 08:51:08 +0200 Subject: [PATCH] Add amalgamated json_fwd.hpp to include.zip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18b08a51ab..b9bfd1c27b 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,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