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:
Thomas Haller 2021-02-09 17:17:54 +01:00
parent b9756df2c6
commit 5e6d6c0764
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

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