summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-19 01:48:05 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-19 02:07:42 +0100
commitdca59f62666c2d37d1a68ed332ba7985c1141f82 (patch)
tree0a9620113533d344a2c77ea11b417c6da16ff258 /Makefile.am
parente02d225b1eaead537243293a9c02f6baa8aaf55d (diff)
util: add generalization of verb parsing for command line tools
We should move loginctl, timedatectl, machinectl over to use this new API instead of a manual one.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c9c5e304..5a41ba647 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -895,7 +895,9 @@ libsystemd_shared_la_SOURCES = \
src/shared/uid-range.h \
src/shared/nss-util.h \
src/shared/btrfs-util.c \
- src/shared/btrfs-util.h
+ src/shared/btrfs-util.h \
+ src/shared/verbs.c \
+ src/shared/verbs.h
if HAVE_UTMP
libsystemd_shared_la_SOURCES += \