summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-03 15:25:56 +0100
committerThomas Haller <thaller@redhat.com>2021-02-03 17:05:36 +0100
commitbb104424ccfbd19e1b5878f50c552cdc50c60fa9 (patch)
treeef0445da3fd804e6cc5ee1e9c48a352dd348df1f /meson.build
parent97ed143e04e74323a59a0f24a965d36341233670 (diff)
downloadNetworkManager-th/move-src-core-dir.tar.gz
all: move "src/" directory to "src/core/"th/move-src-core-dir
Currently "src/" mostly contains the source code of the daemon. I say mostly, because that is not true, there are also the device, settings, wwan, ppp plugin and the initrd generator. Also we have source code under libnm-core, libnm, clients, and shared directories. That is all confusing. We should have one "src" directory, that contains subdirectories. Those subdirectories should contain individual parts (libraries or applications), that possibly have dependencies on other subdirectories. As the name "src/" is already taken, that prevents any sensible restructuring of the code. As a first step, move "src/" to "src/core/". This gives space to reorganize the code better by moving individual components into "src/". For inspiration, look at systemd's "src/" directory.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 357fcf6348..560fa712d1 100644
--- a/meson.build
+++ b/meson.build
@@ -905,7 +905,7 @@ subdir('introspection')
subdir('shared')
subdir('libnm-core')
subdir('libnm')
-subdir('src')
+subdir('src/core')
subdir('dispatcher')
subdir('clients')
subdir('data')