chiark / gitweb /
preset: ship a minimal preset file upstream
[elogind.git] / Makefile.am
index cb43ddb081b4a31862beac49fed09f7f790c08fc..66eda99490ef788086fbadb2ffd2d3a7ac10eefb 100644 (file)
@@ -509,6 +509,9 @@ dist_userunit_DATA = \
 nodist_userunit_DATA = \
        units/user/systemd-exit.service
 
+dist_systempreset_DATA = \
+       system-preset/90-systemd.preset
+
 EXTRA_DIST += \
        units/getty@.service.m4 \
        units/serial-getty@.service.m4 \
@@ -1234,7 +1237,8 @@ tests += \
        test-device-nodes \
        test-xml \
        test-architecture \
-       test-socket-util
+       test-socket-util \
+       test-fdset
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1338,6 +1342,12 @@ test_utf8_SOURCES = \
 test_utf8_LDADD = \
        libsystemd-shared.la
 
+test_fdset_SOURCES = \
+       src/test/test-fdset.c
+
+test_fdset_LDADD = \
+       libsystemd-core.la
+
 test_util_SOURCES = \
        src/test/test-util.c