summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-11-10 18:22:44 +0100
committerKay Sievers <kay@vrfy.org>2014-11-10 18:22:44 +0100
commit87cfe63da10fda2bd5437920e0003a64d3b26047 (patch)
tree3ff87d944682ce07a17e38c3a3bd19d2239a286d /Makefile.am
parent7680857ab80c012021b672aac920e0453b116460 (diff)
build-sys: test-fdset - add libsystemd-internal
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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