chiark / gitweb /
a couple of fixes to make llvm-analyze quiet
[elogind.git] / Makefile.am
index ab5000b63fc878b60f8fd6da451c3d155e46c8ea..d2bd3404ce4c29f7e448264674945f3ac90e7bf1 100644 (file)
@@ -468,7 +468,8 @@ libsystemd_basic_la_SOURCES = \
        src/socket-util.c \
        src/log.c \
        src/ratelimit.c \
-       src/exit-status.c
+       src/exit-status.c \
+        src/utf8.c
 
 libsystemd_basic_la_CFLAGS = \
        $(AM_CFLAGS) \
@@ -649,7 +650,8 @@ EXTRA_DIST += \
        src/dbus-loop.h \
        src/spawn-agent.h \
        src/acl-util.h \
-       src/logs-show.h
+       src/logs-show.h \
+        src/utf8.h
 
 MANPAGES = \
        man/systemd.1 \
@@ -672,6 +674,7 @@ MANPAGES = \
        man/systemd.device.5 \
        man/systemd.snapshot.5 \
        man/systemd.exec.5 \
+       man/systemd.special.7 \
        man/daemon.7 \
        man/runlevel.8 \
        man/telinit.8 \
@@ -704,9 +707,6 @@ dist_man_MANS = \
        $(MANPAGES) \
        $(MANPAGES_ALIAS)
 
-nodist_man_MANS = \
-       man/systemd.special.7
-
 XML_FILES = \
        ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}