From dbc4fbae58e39cb0d33738f0a4d1e74511ed1fb5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 17 Oct 2012 21:23:30 +0200 Subject: hostname: add new hostnamectl tool as text client for hostnamed --- Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ad7a749cac..8e88c42c8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3062,6 +3062,25 @@ MANPAGES_ALIAS += \ man/systemd-hostnamed.8 man/systemd-hostnamed.8: man/systemd-hostnamed.service.8 + +hostnamectl_SOURCES = \ + src/hostname/hostnamectl.c + +hostnamectl_CFLAGS = \ + $(AM_CFLAGS) \ + $(DBUS_CFLAGS) + +hostnamectl_LDADD = \ + libsystemd-shared.la \ + libsystemd-dbus.la \ + libsystemd-id128-internal.la + +bin_PROGRAMS += \ + hostnamectl + +MANPAGES += \ + man/hostnamectl.1 + endif polkitpolicy_in_files += \ -- cgit v1.2.3-54-g00ecf