diff options
author | Kay Sievers <kay@vrfy.org> | 2014-11-10 18:22:44 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-11-10 18:22:44 +0100 |
commit | 87cfe63da10fda2bd5437920e0003a64d3b26047 (patch) | |
tree | 3ff87d944682ce07a17e38c3a3bd19d2239a286d | |
parent | 7680857ab80c012021b672aac920e0453b116460 (diff) |
build-sys: test-fdset - add libsystemd-internal
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 43d1d3ce10..d3abda1f43 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 |