X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=2db58a937b1128cf002aca76536100517c128c24;hb=76800848f281c3705c9364fd3e888153d94aaf34;hp=251b5d0749a8348132de2555e56f00842777b577;hpb=5e11d962c02d583f38991adc4eec78872ccb23e4;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 251b5d074..2db58a937 100644 --- a/Makefile.am +++ b/Makefile.am @@ -366,6 +366,7 @@ dist_bashcompletion_DATA = \ shell-completion/bash/journalctl \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ + shell-completion/bash/systemd-cat \ shell-completion/bash/systemd-cgls \ shell-completion/bash/systemd-cgtop \ shell-completion/bash/systemd-delta \ @@ -791,7 +792,10 @@ libsystemd_shared_la_SOURCES = \ src/shared/condition-util.c \ src/shared/condition-util.h \ src/shared/bus-label.c \ - src/shared/bus-label.h + src/shared/bus-label.h \ + src/shared/gpt.h \ + src/shared/generator.h \ + src/shared/generator.c nodist_libsystemd_shared_la_SOURCES = \ src/shared/errno-from-name.h \ @@ -2568,7 +2572,6 @@ dist_network_DATA = \ network/80-container-host0.network dist_udevrules_DATA += \ - rules/99-systemd.rules \ rules/42-usb-hid-pm.rules \ rules/50-udev-default.rules \ rules/60-drm.rules \ @@ -2585,6 +2588,9 @@ dist_udevrules_DATA += \ rules/80-net-setup-link.rules \ rules/95-udev-late.rules +nodist_udevrules_DATA += \ + rules/99-systemd.rules + dist_udevhwdb_DATA = \ hwdb/20-pci-vendor-model.hwdb \ hwdb/20-pci-classes.hwdb \