summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-04 15:58:27 +0200
committerThomas Haller <thaller@redhat.com>2021-05-06 12:22:37 +0200
commit8483c47d709750ce85a45946a28f953005f73666 (patch)
tree8166d2bdfe75a240d0580592042b5ccfb5310bf3 /Makefile.am
parent0bc5a2c76fa654d29640782ab86cab276980dac5 (diff)
downloadNetworkManager-8483c47d709750ce85a45946a28f953005f73666.tar.gz
firewall: rename "nm-firewall-manager.[ch]" to "nm-firewalld-manager.[ch]"
We will add a general "firewall-manager", so rename the firewalld related file. This commit only renames the file. The next commit will change the symbol naming.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 02de986c9f..d960462126 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2569,8 +2569,8 @@ src_core_libNetworkManager_la_SOURCES = \
src/core/nm-dhcp-config.h \
src/core/nm-dispatcher.c \
src/core/nm-dispatcher.h \
- src/core/nm-firewall-manager.c \
- src/core/nm-firewall-manager.h \
+ src/core/nm-firewalld-manager.c \
+ src/core/nm-firewalld-manager.h \
src/core/nm-proxy-config.c \
src/core/nm-proxy-config.h \
src/core/nm-auth-manager.c \