chiark / gitweb /
Fix compilation issue; s/-NOENT/-ENOENT/
[elogind.git] / Makefile.am
index c98ad0b8b956d89a70fdab6e3a21d5e59c8aad2e..115cd0530f2933e9d6970b489e2d6d45c5918d10 100644 (file)
@@ -53,7 +53,8 @@ pkglibexec_PROGRAMS = \
 noinst_PROGRAMS = \
        test-engine \
        test-job-type \
-       test-ns
+       test-ns \
+       test-loopback
 
 dbuspolicy_DATA = \
        org.freedesktop.systemd1.conf
@@ -111,6 +112,8 @@ COMMON_SOURCES = \
         automount.h \
         mount.c \
         mount.h \
+        swap.c \
+        swap.h \
         device.c \
         device.h \
         target.c \
@@ -143,6 +146,8 @@ COMMON_SOURCES = \
        dbus-mount.h \
        dbus-automount.c \
        dbus-autpmount.h \
+       dbus-swap.c \
+       dbus-swap.h \
        dbus-snapshot.c \
        dbus-snapshot.h \
        dbus-device.c \
@@ -155,6 +160,8 @@ COMMON_SOURCES = \
        mount-setup.h \
        hostname-setup.c \
        hostname-setup.h \
+       loopback-setup.c \
+       loopback-setup.h \
        utmp-wtmp.c \
        utmp-wtmp.h \
        specifier.c \
@@ -203,6 +210,14 @@ test_ns_SOURCES = \
 test_ns_CPPFLAGS = $(systemd_CPPFLAGS)
 test_ns_LDADD = $(systemd_LDADD)
 
+test_loopback_SOURCES = \
+       $(BASIC_SOURCES) \
+       test-loopback.c \
+       loopback-setup.c
+
+test_loopback_CPPFLAGS = $(systemd_CPPFLAGS)
+test_loopback_LDADD = $(systemd_LDADD)
+
 systemd_logger_SOURCES = \
        $(BASIC_SOURCES) \
        logger.c