mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-28 00:10:23 +01:00
core: move content of src/firewall-manager directory to src/
The directory firewall-manager/ only contained one source and one header file. Move them to the parent src/ directory. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
6fd8afd39f
commit
c5cbe91e60
3 changed files with 2 additions and 3 deletions
|
|
@ -210,9 +210,6 @@ nm_sources = \
|
|||
dnsmasq-manager/nm-dnsmasq-utils.c \
|
||||
dnsmasq-manager/nm-dnsmasq-utils.h \
|
||||
\
|
||||
firewall-manager/nm-firewall-manager.c \
|
||||
firewall-manager/nm-firewall-manager.h \
|
||||
\
|
||||
platform/nm-fake-platform.c \
|
||||
platform/nm-fake-platform.h \
|
||||
platform/nm-linux-platform.c \
|
||||
|
|
@ -304,6 +301,8 @@ nm_sources = \
|
|||
nm-dispatcher.h \
|
||||
nm-enum-types.c \
|
||||
nm-enum-types.h \
|
||||
nm-firewall-manager.c \
|
||||
nm-firewall-manager.h \
|
||||
nm-ip4-config.c \
|
||||
nm-ip4-config.h \
|
||||
nm-ip6-config.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue