diff options
author | Thomas Haller <thaller@redhat.com> | 2021-03-01 12:42:48 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-03-02 08:38:25 +0100 |
commit | 54976f23cd95d11e0f6a39d628458d8ba6308876 (patch) | |
tree | 7f0e98f8141c6a164c6b9f7dbf4fa819be2807b4 /clients/meson.build | |
parent | 044da26bb71ff5ee1dabb28020abf5f418ff1a3b (diff) | |
download | NetworkManager-54976f23cd95d11e0f6a39d628458d8ba6308876.tar.gz |
build: move "clients/common/" to "src/libnmc-{base,setting}/"
Diffstat (limited to 'clients/meson.build')
-rw-r--r-- | clients/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/meson.build b/clients/meson.build index 60c5668e8d..3a401c31d4 100644 --- a/clients/meson.build +++ b/clients/meson.build @@ -18,7 +18,6 @@ executable( install: true, ) -subdir('common') subdir('cli') if enable_nmtui |