diff options
| author | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
| commit | 05e4a733f2141995181a551854d5df929f084adf (patch) | |
| tree | 83bb937740a6667525ba0df046748ecaa829c269 /src/nmtui/meson.build | |
| parent | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff) | |
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'src/nmtui/meson.build')
| -rw-r--r-- | src/nmtui/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nmtui/meson.build b/src/nmtui/meson.build index 48f2fbf4..13aa8647 100644 --- a/src/nmtui/meson.build +++ b/src/nmtui/meson.build @@ -40,13 +40,14 @@ executable( 'nmt-route-editor.c', 'nmt-route-entry.c', 'nmt-route-table.c', - 'nmt-slave-list.c', + 'nmt-port-list.c', 'nmt-wireguard-peer-list.c', 'nmt-wireguard-peer-editor.c', 'nmtui.c', 'nmtui-connect.c', 'nmtui-edit.c', 'nmtui-hostname.c', + 'nmtui-radio.c', 'nmt-utils.c', 'nmt-widget-list.c', ), |