chiark / gitweb /
exec: extend variable substitution to support splitting variable values into seperate...
[elogind.git] / Makefile.am
index ff8e847bbefe7562e4f95aab9cbf4872799d4fd5..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 \
@@ -515,7 +526,7 @@ systemd_install_CFLAGS = \
        $(DBUS_CFLAGS)
 
 systemd_cgls_SOURCES = \
-       src/systemd-cgls.c \
+       src/cgls.c \
        src/cgroup-show.c \
        src/cgroup-util.c