summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2022-09-28 17:07:19 +0300
committerkx <kx@radix.pro>2022-09-28 17:07:19 +0300
commit5780fdaca5a2cd49c8218aec48cb6647374089ec (patch)
treeef5c36583f70cf1e24d6d3cf257beb0e832c9d98 /meson.build
parentd05678abe9422b72583ab3a90c0c6c7db392ca83 (diff)
downloadsila-shell-5780fdaca5a2cd49c8218aec48cb6647374089ec.tar.xz
users list command implementation
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 774a871..03350a9 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,9 @@ src = [
'src/main.c',
'src/commands.c',
'src/completion.c',
- 'src/utils.c'
+ 'src/utils.c',
+ 'src/shell.c',
+ 'src/users.c'
]
readline = dependency('readline')