X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=59a3886f1ca3dc27ed709dc2d14ec173639a9483;hb=50cfc579280fb42569488079bd2e249e32a27df2;hp=9341e28175600d018ef5dfcd45b7edf079060b8c;hpb=f73141d7657b3f60b8669bc8386413d8a8a372c6;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 9341e2817..59a3886f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1088,7 +1088,8 @@ noinst_tests += \ test-strip-tab-ansi \ test-cgroup-util \ test-prioq \ - test-fileio + test-fileio \ + test-time EXTRA_DIST += \ test/sched_idle_bad.service \ @@ -1197,6 +1198,15 @@ test_fileio_CFLAGS = \ test_fileio_LDADD = \ libsystemd-core.la +test_time_SOURCES = \ + src/test/test-time.c + +test_time_CFLAGS = \ + $(AM_CFLAGS) + +test_time_LDADD = \ + libsystemd-core.la + test_log_SOURCES = \ src/test/test-log.c @@ -2479,7 +2489,8 @@ libsystemd_id128_la_LDFLAGS = \ -Wl,--version-script=$(top_srcdir)/src/libsystemd-id128/libsystemd-id128.sym libsystemd_id128_la_LIBADD = \ - libsystemd-shared.la + libsystemd-shared.la \ + libsystemd-daemon-internal.la libsystemd_id128_internal_la_SOURCES = \ $(libsystemd_id128_la_SOURCES)