From e895be4f8121f7172ef27eed5acf82a508f90ece Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 30 Dec 2024 22:18:46 -0800 Subject: [PATCH] build: missing files from packages Signed-off-by: Robin H. Johnson --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.am b/Makefile.am index 39265217..e49b6baf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -164,6 +164,7 @@ EXTRA_DIST = \ COPYRIGHT \ copyright.blurb \ Docker.autogen \ + .github/workflows/bsd.yaml \ .github/workflows/buildroot.yaml \ .github/workflows/linux.yaml \ .gitignore \ @@ -174,6 +175,7 @@ EXTRA_DIST = \ radvd.service.in \ radvdump.8.man \ README \ + RELEASE-PROCESS.md \ redhat/systemd/radvd.service \ redhat/systemd/radvd.spec \ redhat/systemd/radvd-tmpfs.conf \ @@ -188,7 +190,14 @@ EXTRA_DIST = \ test/send.c \ test/test1.conf \ test/test_build.sh \ + test/test_dnssl1.conf \ + test/test_dnssl2.conf \ + test/test_dnssl3.conf \ + test/test_dnssl4.conf \ + test/test_dnssl5.conf \ + test/test_dnssl6.conf \ test/test_rdnss.conf \ + test/test_rdnss_long.conf \ test/util.c \ TODO \ .travis.yml