diff options
author | Thomas Haller <thaller@redhat.com> | 2023-10-19 15:00:03 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-11-02 11:48:30 +0100 |
commit | 83512d6c2245d264f6d7657932e6fdf1fecff29a (patch) | |
tree | a78e81f88303f65ce253ae2b267297842256ec15 /files | |
parent | 89554fe9ef1d29714d7f678dbcc6544af74adf29 (diff) |
build: no recursive make for "files/**/Makefile.am"
Merge the Makefile.am under "files/" into the toplevel Makefile.am. This
is a step in the effort of dropping recursive make.
Signed-off-by: Thomas Haller <thaller@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'files')
-rw-r--r-- | files/Makefile.am | 3 | ||||
-rw-r--r-- | files/examples/Makefile.am | 5 | ||||
-rw-r--r-- | files/nftables/Makefile.am | 14 | ||||
-rw-r--r-- | files/osf/Makefile.am | 2 |
4 files changed, 0 insertions, 24 deletions
diff --git a/files/Makefile.am b/files/Makefile.am deleted file mode 100644 index 7deec151..00000000 --- a/files/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -SUBDIRS = nftables \ - examples \ - osf diff --git a/files/examples/Makefile.am b/files/examples/Makefile.am deleted file mode 100644 index b29e9f61..00000000 --- a/files/examples/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -pkgdocdir = ${docdir}/examples -dist_pkgdoc_SCRIPTS = ct_helpers.nft \ - load_balancing.nft \ - secmark.nft \ - sets_and_maps.nft diff --git a/files/nftables/Makefile.am b/files/nftables/Makefile.am deleted file mode 100644 index ee88dd89..00000000 --- a/files/nftables/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -dist_pkgdata_DATA = all-in-one.nft \ - arp-filter.nft \ - bridge-filter.nft \ - inet-filter.nft \ - inet-nat.nft \ - ipv4-filter.nft \ - ipv4-mangle.nft \ - ipv4-nat.nft \ - ipv4-raw.nft \ - ipv6-filter.nft \ - ipv6-mangle.nft \ - ipv6-nat.nft \ - ipv6-raw.nft \ - netdev-ingress.nft diff --git a/files/osf/Makefile.am b/files/osf/Makefile.am deleted file mode 100644 index d80196dd..00000000 --- a/files/osf/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -pkgsysconfdir = ${sysconfdir}/nftables/osf -dist_pkgsysconf_DATA = pf.os |