build: order ADSL plugin build after core files

Build it right before the other plugins.
This commit is contained in:
Dan Williams 2015-02-27 10:36:23 -06:00
parent 677cee0f23
commit 79aac22148

View file

@ -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