chiark / gitweb /
man: document /etc/hostname
[elogind.git] / Makefile.am
index dd475acf70f8ffbda8d43c239e837d01fb10707e..2e6b978b3809c93ab8798baf4fe111bede491bfe 100644 (file)
@@ -505,7 +505,8 @@ MANPAGES = \
        man/shutdown.8 \
        man/pam_systemd.8 \
        man/systemd.conf.5 \
-       man/tmpfiles.d.5
+       man/tmpfiles.d.5 \
+       man/hostname.5
 
 MANPAGES_ALIAS = \
        man/reboot.8 \
@@ -773,10 +774,12 @@ systemd_cryptsetup_SOURCES = \
 
 systemd_cryptsetup_CFLAGS = \
        $(LIBCRYPTSETUP_CFLAGS) \
+       $(UDEV_CFLAGS) \
        $(AM_CFLAGS)
 
 systemd_cryptsetup_LDADD = \
        $(LIBCRYPTSETUP_LIBS) \
+       $(UDEV_LIBS) \
        libsystemd-basic.la
 
 systemd_cryptsetup_generator_SOURCES = \