From 2087a7aff26ea5d1bc2c7c29add3275328f36baa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Oct 2012 04:55:49 +0200 Subject: locale: add client tool localectl similar to hostnamectl/timedatectl --- Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4c650765cc..e86e6347ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3159,6 +3159,24 @@ dist_noinst_SCRIPT = \ update-kbd-model-map: src/locale/generate-kbd-model-map > src/locale/kbd-model-map +localectl_SOURCES = \ + src/locale/localectl.c + +localectl_CFLAGS = \ + $(AM_CFLAGS) \ + $(DBUS_CFLAGS) + +localectl_LDADD = \ + libsystemd-shared.la \ + libsystemd-dbus.la \ + libsystemd-id128-internal.la + +bin_PROGRAMS += \ + localectl + +#MANPAGES += \ +# man/localectl.1 + endif polkitpolicy_in_files += \ -- cgit v1.2.3-54-g00ecf