From b633f89d68b49e8d974c64b29e7e9d75fd346c5b Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 7 May 2024 12:00:10 +0200 Subject: [PATCH] Makefile.am: distribute the src/yajl symlink Signed-off-by: Giuseppe Scrivano --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9646507e..cb73891b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -256,7 +256,8 @@ EXTRA_DIST = autogen.sh \ runtime-spec \ image-spec \ src/ocispec/json_common.h \ - src/ocispec/json_common.c + src/ocispec/json_common.c \ + src/yajl sync: (cd image-spec; git pull https://github.com/opencontainers/image-spec)