summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-12-15 14:07:09 +0100
committerThomas Haller <thaller@redhat.com>2018-01-09 14:24:53 +0100
commit6dd69990c04b8a4e1bc439f6f717de48f4f8d9be (patch)
treef333ca407e27db3f63a97cfde2a56f45110aa49d
parent3d86429c9d9feb97c197feea450a767d5117cf86 (diff)
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.
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 913c22c4e3..32303b2f79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \