mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 19:20:12 +01:00
build: order ADSL plugin build after core files
Build it right before the other plugins.
This commit is contained in:
parent
677cee0f23
commit
79aac22148
1 changed files with 7 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue