From dca59f62666c2d37d1a68ed332ba7985c1141f82 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Dec 2014 01:48:05 +0100 Subject: 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. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 += \ -- cgit v1.2.3