summaryrefslogtreecommitdiffstats
path: root/libipq
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-12-06 20:35:42 +0100
committerPhil Sutter <phil@nwl.cc>2022-12-14 15:47:14 +0100
commit3822a992bc2772d55853fb768225210af5d35e02 (patch)
tree47c908262030785e1dd6ffa6e7eb4c6b7c87e18d /libipq
parente10f1a2a2d8756c9e9924c9328d507daab14a0ef (diff)
Makefile: Fix for 'make distcheck'
Since extensions/ directory does not use automake, some targets have to be added manually. Apart from that, several Makefiles either missed to specify relevant files or did not specify them correctly for 'make dist' to add them to the tarball. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'libipq')
-rw-r--r--libipq/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libipq/Makefile.am b/libipq/Makefile.am
index 2cdaf32e..68da15fe 100644
--- a/libipq/Makefile.am
+++ b/libipq/Makefile.am
@@ -6,7 +6,7 @@ AM_LDFLAGS = ${regular_LDFLAGS}
libipq_la_SOURCES = libipq.c
lib_LTLIBRARIES = libipq.la
-man_MANS = ipq_create_handle.3 ipq_destroy_handle.3 ipq_errstr.3 \
+dist_man_MANS = ipq_create_handle.3 ipq_destroy_handle.3 ipq_errstr.3 \
ipq_get_msgerr.3 ipq_get_packet.3 ipq_message_type.3 \
ipq_perror.3 ipq_read.3 ipq_set_mode.3 ipq_set_verdict.3 \
libipq.3