chiark / gitweb /
systemctl: fix --help syntax for variables
[elogind.git] / Makefile.am
index 78e5caf35bbcede78c6fc9d1e63bf656857ea654..5cb4d29463b428b900180e84b9056b8a000ab132 100644 (file)
@@ -1136,15 +1136,18 @@ systemd_loginctl_SOURCES = \
        src/dbus-common.c \
        src/cgroup-show.c \
        src/cgroup-util.c \
-        src/pager.c
+        src/pager.c \
+        src/sysfs-show.c
 
 systemd_loginctl_CFLAGS = \
        $(AM_CFLAGS) \
-       $(DBUS_CFLAGS)
+       $(DBUS_CFLAGS) \
+        $(UDEV_CFLAGS)
 
 systemd_loginctl_LDADD = \
        libsystemd-basic.la \
-       $(DBUS_LIBS)
+       $(DBUS_LIBS) \
+        $(UDEV_LIBS)
 
 systemd_notify_SOURCES = \
        src/notify.c \