X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=d2bd3404ce4c29f7e448264674945f3ac90e7bf1;hb=7f110ff9b8828b477e87de7b28c708cf69a3d008;hp=fc8b20c2b46b9f913ff076282d6873f67505c0c0;hpb=79d4c0a2e19b225cccad633d69e540bb694241ed;p=elogind.git diff --git a/Makefile.am b/Makefile.am index fc8b20c2b..d2bd3404c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \