summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Peeters <peeters.simon@gmail.com>2013-11-07 08:58:23 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-07 21:01:48 +0100
commitf8f14b3654bcd8d6c6cfd118e50775f6a2328a35 (patch)
tree8f13e25a50afb0099e5de13528182f7196888572 /Makefile.am
parent63be1989c77864c7f9845bee1fbd0a2946b0b1b6 (diff)
loginctl: convert to sd-bus
NOTE: the show-* subcommands do not print some properties: this are those with types like (so), a(so), (uo),... we need to fix this, but I'm not sure how
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index df552e3a02..8d3d451372 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3847,14 +3847,12 @@ loginctl_SOURCES = \
src/login/loginctl.c \
src/login/sysfs-show.c
-loginctl_CFLAGS = \
- $(AM_CFLAGS) \
- $(DBUS_CFLAGS)
-
loginctl_LDADD = \
- libsystemd-dbus.la \
+ libsystemd-bus-internal.la \
libudev-internal.la \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-id128-internal.la \
+ libsystemd-daemon-internal.la
rootbin_PROGRAMS += \
loginctl