chiark / gitweb /
condition: unify condition logic in one file
[elogind.git] / Makefile.am
index ff5f61b5856749afbbe8b1923c4c21f84c9e9ee8..452f07ca75a86b4d5ecdc9ceeb4ed6de210500a7 100644 (file)
@@ -1524,8 +1524,9 @@ test_condition_util_SOURCES = \
 
 test_condition_util_LDADD = \
        libsystemd-shared.la \
-       libsystemd-internal.la
-
+       libsystemd-internal.la \
+       libsystemd-capability.la \
+       libsystemd-label.la
 
 test_fdset_SOURCES = \
        src/test/test-fdset.c
@@ -1543,6 +1544,7 @@ test_util_SOURCES = \
        src/test/test-util.c
 
 test_util_LDADD = \
+       -lm \
        libsystemd-core.la
 
 test_uid_range_SOURCES = \
@@ -4438,6 +4440,9 @@ rootlibexec_PROGRAMS += \
 nodist_systemunit_DATA += \
        units/systemd-vconsole-setup.service
 
+dist_udevrules_DATA += \
+       src/vconsole/90-vconsole.rules
+
 SYSINIT_TARGET_WANTS += \
        systemd-vconsole-setup.service
 endif