chiark / gitweb /
exec: extend variable substitution to support splitting variable values into seperate...
[elogind.git] / Makefile.am
index 9d52772aacc8e2c21ca5d7bcd0937caa2e3c02f9..4dcecc5c7f7239e8c8a66aa9cb5065a284d27b8c 100644 (file)
@@ -77,7 +77,8 @@ noinst_PROGRAMS = \
        test-ns \
        test-loopback \
        test-daemon \
-       test-cgroup
+       test-cgroup \
+       test-env-replace
 
 if HAVE_PAM
 pamlib_LTLIBRARIES = \
@@ -147,7 +148,8 @@ dist_systemunit_DATA = \
        units/var-lock.mount \
        units/var-run.mount \
        units/printer.target \
-       units/bluetooth.target
+       units/bluetooth.target \
+       units/smartcard.target
 
 nodist_systemunit_DATA = \
        units/sysinit.target \
@@ -445,6 +447,15 @@ test_cgroup_CFLAGS = \
 test_cgroup_LDADD = \
        libsystemd-basic.la
 
+test_env_replace_SOURCES = \
+       src/test-env-replace.c
+
+test_env_replace_CFLAGS = \
+       $(AM_CFLAGS)
+
+test_env_replace_LDADD = \
+       libsystemd-basic.la
+
 systemd_logger_SOURCES = \
        src/logger.c \
        src/sd-daemon.c \