]> git.ipfire.org Git - thirdparty/iptables.git/commit
Makefile: Fix for 'make distcheck'
authorPhil Sutter <phil@nwl.cc>
Tue, 6 Dec 2022 19:35:42 +0000 (20:35 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 14 Dec 2022 14:47:14 +0000 (15:47 +0100)
commit3822a992bc2772d55853fb768225210af5d35e02
tree47c908262030785e1dd6ffa6e7eb4c6b7c87e18d
parente10f1a2a2d8756c9e9924c9328d507daab14a0ef
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>
Makefile.am
extensions/GNUmakefile.in
include/Makefile.am
iptables/Makefile.am
libipq/Makefile.am
libiptc/Makefile.am
utils/Makefile.am