From 79aac22148c8edba3f954bf647ab9700cf13c2b2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 27 Feb 2015 10:36:23 -0600 Subject: [PATCH] build: order ADSL plugin build after core files Build it right before the other plugins. --- src/Makefile.am | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index dd2a134b2f..eb8984f538 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,17 +2,15 @@ include $(GLIB_MAKEFILE) @GNOME_CODE_COVERAGE_RULES@ -SUBDIRS = \ - . \ - devices/adsl \ - dhcp-manager \ - ppp-manager \ - settings/plugins +SUBDIRS = \ + . \ + dhcp-manager \ + ppp-manager \ + settings/plugins \ + devices/adsl if WITH_MODEM_MANAGER_1 -SUBDIRS += \ - devices/wwan \ - devices/bluetooth +SUBDIRS += devices/wwan devices/bluetooth endif if WITH_WIFI