From 973043a4114d93d4aeb3e0b5198f490c851c1041 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Mon, 25 Feb 2019 13:18:11 -0800 Subject: [PATCH] Include systemd unit files in tarballs --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 160142fa..18ac2cd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,8 @@ EXTRA_DIST = \ extras/console-qr/console-qr.sh \ extras/sanitizer/asan-build.sh \ extras/sanitizer/ubsan-build.sh \ + extras/systemd/fwknopd.service \ + extras/systemd/fwknopd.tmpfiles.conf \ extras/clang/scan-build.sh \ fwknop.spec \ iphone/main.m \