summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f475e9849c..ebcdedd4fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,8 +42,12 @@ sbin_PROGRAMS = \
systemd
bin_PROGRAMS = \
- systemctl \
+ systemctl
+
+if HAVE_GTK
+bin_PROGRAMS += \
systemadm
+endif
pkglibexec_PROGRAMS = \
systemd-logger \