From 71b66ecde825acfcbed9cd957480e9b33a5cfda8 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Mon, 8 Jun 2020 23:32:17 +0200 Subject: build: dist: Add fixmanpages.sh to distribution tree Otherwise make distcheck does not include this script. Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a5b347b..796f0d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,4 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libnetfilter_queue.pc EXTRA_DIST += Make_global.am +EXTRA_DIST += fixmanpages.sh -- cgit v1.2.3