mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 02:30:24 +01:00
build/meson: include subdir "libnm" before "src/core"
No big change, but eventually I' like to move all source directories under src/. That must be done one after the other, so the first step is to move libnm-core/ into src/. If libnm gets loaded in between, that causes odd ordering. "src/core" should not depend on "libnm" and vice versa, so this should have little effect for now.
This commit is contained in:
parent
b9756df2c6
commit
5e6d6c0764
1 changed files with 1 additions and 1 deletions
|
|
@ -909,8 +909,8 @@ content_files = []
|
|||
subdir('introspection')
|
||||
subdir('shared')
|
||||
subdir('libnm-core')
|
||||
subdir('libnm')
|
||||
subdir('src/core')
|
||||
subdir('libnm')
|
||||
subdir('dispatcher')
|
||||
subdir('clients')
|
||||
subdir('data')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue