diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-19 04:55:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-19 04:55:49 +0200 |
commit | 2087a7aff26ea5d1bc2c7c29add3275328f36baa (patch) | |
tree | 665e792b28515e792a6c9e387806eb5c4bd83c3c /Makefile.am | |
parent | 31e767f73a55d4d2a97aa5a7dec872822daffb2e (diff) |
locale: add client tool localectl similar to hostnamectl/timedatectl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
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 += \ |