]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - Makefile.am
rules: add persistent links for nbd devices (#4785)
[thirdparty/systemd.git] / Makefile.am
index 10ce36334799f924cd545076bfd30ff7fd100952..124e1867cde2c568869c3f76e052335c13ae6c1d 100644 (file)
@@ -529,6 +529,7 @@ nodist_systemunit_DATA = \
        units/serial-getty@.service \
        units/console-getty.service \
        units/container-getty@.service \
+       units/system-update-cleanup.service \
        units/systemd-initctl.service \
        units/systemd-remount-fs.service \
        units/systemd-ask-password-wall.service \
@@ -592,6 +593,7 @@ EXTRA_DIST += \
        units/console-getty.service.m4.in \
        units/container-getty@.service.m4.in \
        units/rescue.service.in \
+       units/system-update-cleanup.service.in \
        units/systemd-initctl.service.in \
        units/systemd-remount-fs.service.in \
        units/systemd-update-utmp.service.in \
@@ -3897,7 +3899,8 @@ EXTRA_DIST += \
 # ------------------------------------------------------------------------------
 if ENABLE_TESTS
 TESTS += \
-       test/udev-test.pl
+       test/udev-test.pl \
+       test/hwdb-test.sh
 
 if HAVE_PYTHON
 TESTS += \
@@ -3952,6 +3955,7 @@ DISTCLEAN_LOCAL_HOOKS += test-sys-distclean
 EXTRA_DIST += \
        test/sys.tar.xz \
        test/udev-test.pl \
+       test/hwdb-test.sh \
        test/rule-syntax-check.py \
        test/sysv-generator-test.py \
        test/mocks/fsck \
@@ -4840,16 +4844,8 @@ endif
 polkitpolicy_in_files += \
        src/hostname/org.freedesktop.hostname1.policy.in
 
-polkitrules_files += \
-       src/hostname/systemd-networkd-hostname.rules
-
-polkitpkla_files += \
-       src/hostname/systemd-networkd-hostname.pkla
-
 EXTRA_DIST += \
-       units/systemd-hostnamed.service.in \
-       src/hostname/systemd-networkd-hostname.rules \
-       src/hostname/systemd-networkd-hostname.pkla
+       units/systemd-hostnamed.service.in
 
 # ------------------------------------------------------------------------------
 dist_systemunit_DATA_busnames += \
@@ -5723,6 +5719,9 @@ networkctl_LDADD = \
 dist_bashcompletion_data += \
        shell-completion/bash/networkctl
 
+dist_zshcompletion_data += \
+       shell-completion/zsh/_networkctl
+
 test_networkd_conf_SOURCES = \
        src/network/test-networkd-conf.c
 
@@ -5785,6 +5784,12 @@ SYSTEM_UNIT_ALIASES += \
 BUSNAMES_TARGET_WANTS += \
        org.freedesktop.network1.busname
 
+polkitrules_files += \
+       src/network/systemd-networkd.rules
+
+polkitpkla_files += \
+       src/network/systemd-networkd.pkla
+
 endif
 
 gperf_gperf_sources += \
@@ -5793,6 +5798,8 @@ gperf_gperf_sources += \
        src/network/netdev/netdev-gperf.gperf
 
 EXTRA_DIST += \
+       src/network/systemd-networkd.rules \
+       src/network/systemd-networkd.pkla \
        units/systemd-networkd.service.m4.in \
        units/systemd-networkd-wait-online.service.in \
        test/networkd-test.py