mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 12:20:36 +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.
(cherry picked from commit 6dd69990c0)
This commit is contained in:
parent
a0e4dd7ade
commit
2306f8650a
1 changed files with 4 additions and 4 deletions
|
|
@ -1448,16 +1448,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