From: Kay Sievers Date: Mon, 10 Nov 2014 17:22:44 +0000 (+0100) Subject: build-sys: test-fdset - add libsystemd-internal X-Git-Tag: v218~483 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=87cfe63da10fda2bd5437920e0003a64d3b26047;ds=sidebyside build-sys: test-fdset - add libsystemd-internal --- diff --git a/Makefile.am b/Makefile.am index 43d1d3ce1..d3abda1f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1535,7 +1535,8 @@ test_fdset_SOURCES = \ src/test/test-fdset.c test_fdset_LDADD = \ - libsystemd-shared.la + libsystemd-shared.la \ + libsystemd-internal.la test_ratelimit_SOURCES = \ src/test/test-ratelimit.c