chiark / gitweb /
a couple of fixes to make llvm-analyze quiet
[elogind.git] / Makefile.am
index fc8b20c2b46b9f913ff076282d6873f67505c0c0..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 \