diff options
author | Michael Tremer <michael.tremer@ipfire.org> | 2010-05-10 22:07:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-13 03:16:12 +0200 |
commit | a9b5b03212f9c854938483b8901e433c2ba6619b (patch) | |
tree | 49ea69b3796066ba3c725e87692a74cb3b73b19a /Makefile.am | |
parent | 6e2ef85b2572af82a0ce035516d65218bdc80fa4 (diff) |
configure: Allow to disable build of tools that require GTK.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 \ |