summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2015-02-27 10:36:23 -0600
committerDan Williams <dcbw@redhat.com>2015-02-27 10:36:23 -0600
commit79aac22148c8edba3f954bf647ab9700cf13c2b2 (patch)
tree1a88643e1899d74a7f7ee2ad0058cf09fbd0a696
parent677cee0f232ac014b805af50e2010680c71f927e (diff)
downloadNetworkManager-79aac22148c8edba3f954bf647ab9700cf13c2b2.tar.gz
build: order ADSL plugin build after core files
Build it right before the other plugins.
-rw-r--r--src/Makefile.am16
1 files 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