chiark / gitweb /
gitignore: ignore clang --analyze output
[elogind.git] / Makefile.am
index e5cd7a5ed8262297d813de4a2b1ceb2bc18b3051..77a7bbefa5cc7f852685d45385f792566727aab0 100644 (file)
@@ -683,6 +683,8 @@ libsystemd_shared_la_SOURCES = \
        src/shared/exit-status.h \
        src/shared/utf8.c \
        src/shared/utf8.h \
+       src/shared/gunicode.c \
+       src/shared/gunicode.h \
        src/shared/pager.c \
        src/shared/pager.h \
        src/shared/ioprio.h \
@@ -1135,6 +1137,7 @@ tests += \
        test-unit-name \
        test-unit-file \
        test-utf8 \
+       test-ellipsize \
        test-util \
        test-date \
        test-sleep \
@@ -1325,6 +1328,12 @@ test_log_SOURCES = \
 test_log_LDADD = \
        libsystemd-core.la
 
+test_ellipsize_SOURCES = \
+       src/test/test-ellipsize.c
+
+test_ellipsize_LDADD = \
+       libsystemd-core.la
+
 test_date_SOURCES = \
        src/test/test-date.c