chiark / gitweb /
generators: rework mount generators
[elogind.git] / Makefile.am
index 251b5d0749a8348132de2555e56f00842777b577..6cc83162dd77fb08022f92134a6e6b1b746bfcf4 100644 (file)
@@ -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 \