chiark / gitweb /
timesyncd: do not start in virtualized environments
[elogind.git] / Makefile.am
index cb43ddb081b4a31862beac49fed09f7f790c08fc..0213c3846dca0798713bf2b001265714e6d8b05e 100644 (file)
@@ -297,10 +297,14 @@ define install-relative-aliases
        done
 endef
 
+install-touch-usr-hook:
+       touch -c $(DESTDIR)/$(prefix)
+
 INSTALL_EXEC_HOOKS += \
        install-target-wants-hook \
        install-directories-hook \
-       install-aliases-hook
+       install-aliases-hook \
+       install-touch-usr-hook
 
 # ------------------------------------------------------------------------------
 AM_V_M4 = $(AM_V_M4_$(V))
@@ -509,6 +513,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 +1241,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 +1346,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