mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +01:00
build: first build dns-manager and dns-plugin before the plugins
When doing changes that affect multiple source files, it's more convenient to build the parts that have less dependencies first. So, to fix the build failures from the core outward.
This commit is contained in:
parent
3d86429c9d
commit
6dd69990c0
1 changed files with 4 additions and 4 deletions
|
|
@ -1479,16 +1479,16 @@ src_libNetworkManager_la_SOURCES = \
|
|||
src/dhcp/nm-dhcp-dhclient-utils.c \
|
||||
src/dhcp/nm-dhcp-dhclient-utils.h \
|
||||
\
|
||||
src/dns/nm-dns-manager.c \
|
||||
src/dns/nm-dns-manager.h \
|
||||
src/dns/nm-dns-plugin.c \
|
||||
src/dns/nm-dns-plugin.h \
|
||||
src/dns/nm-dns-dnsmasq.c \
|
||||
src/dns/nm-dns-dnsmasq.h \
|
||||
src/dns/nm-dns-systemd-resolved.c \
|
||||
src/dns/nm-dns-systemd-resolved.h \
|
||||
src/dns/nm-dns-unbound.c \
|
||||
src/dns/nm-dns-unbound.h \
|
||||
src/dns/nm-dns-manager.c \
|
||||
src/dns/nm-dns-manager.h \
|
||||
src/dns/nm-dns-plugin.c \
|
||||
src/dns/nm-dns-plugin.h \
|
||||
\
|
||||
src/dnsmasq/nm-dnsmasq-manager.c \
|
||||
src/dnsmasq/nm-dnsmasq-manager.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue