All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: put xtables.conf in EXTRA_DIST
@ 2023-01-12 22:55 Jan Engelhardt
  2023-01-13 11:47 ` Phil Sutter
  0 siblings, 1 reply; 11+ messages in thread
From: Jan Engelhardt @ 2023-01-12 22:55 UTC (permalink / raw)
  To: phil; +Cc: netfilter-devel

To make distcheck succeed, disting it is enough; it does not need
to be installed.

Fixes: v1.8.8-150-g3822a992
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 451c3cb2..10198753 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,11 +16,11 @@ SUBDIRS         += extensions
 # Depends on extensions/libext.a:
 SUBDIRS         += iptables
 
-EXTRA_DIST	= autogen.sh iptables-test.py xlate-test.py
+EXTRA_DIST	= autogen.sh iptables-test.py xlate-test.py etc/xtables.conf
 
 if ENABLE_NFTABLES
 confdir		= $(sysconfdir)
-dist_conf_DATA	= etc/ethertypes etc/xtables.conf
+dist_conf_DATA	= etc/ethertypes
 endif
 
 .PHONY: tarball
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-01-18  7:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-12 22:55 [PATCH] build: put xtables.conf in EXTRA_DIST Jan Engelhardt
2023-01-13 11:47 ` Phil Sutter
2023-01-13 21:24   ` Jan Engelhardt
2023-01-16 11:57   ` Pablo Neira Ayuso
2023-01-16 16:31     ` Arturo Borrero Gonzalez
2023-01-16 17:18     ` Jan Engelhardt
2023-01-17 15:50       ` Phil Sutter
2023-01-17 15:56         ` Pablo Neira Ayuso
2023-01-17 16:03           ` Phil Sutter
2023-01-17 16:04             ` Pablo Neira Ayuso
2023-01-18  7:27         ` Duncan Roe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.