]> git.ipfire.org Git - thirdparty/iptables.git/commit
iptables/Makefile: Reorg variable assignments
authorPhil Sutter <phil@nwl.cc>
Mon, 5 Dec 2022 16:29:30 +0000 (17:29 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 14 Dec 2022 14:47:14 +0000 (15:47 +0100)
commita8c50458cf5572c3ec3841bdeb0ec01058df476c
tree65a1a561279bf9625d31f3b320fa17bf3f6528dc
parentb0f8aae7c7deb8264c3b4f626fe1ecf98edc5eb9
iptables/Makefile: Reorg variable assignments

Introduce helper variables holding SOURCES, LDADD and CFLAGS used by
both legacy and nft builds. Specify also internal header files, builds
should depend on them. Doing that, reorder lists for clarity.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/Makefile.am