diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-27 00:07:35 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-27 00:07:35 -0400 |
commit | 93fd8d3a035f6acb134adff0d6b34e7fba5e72af (patch) | |
tree | c90c8871f6fcf184651c266eff8075085987977e /discard.mk | |
parent | 7b997776df38e196b4a779ee4e6be3acd0a363e2 (diff) | |
parent | f0f1df7d0a18ba2db795a610f27c1922cdbf6ed6 (diff) |
Merge branch 'notsystemd/postmove' into notsystemd/master
Diffstat (limited to 'discard.mk')
-rw-r--r-- | discard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discard.mk b/discard.mk index ffd9830d83..e2b5c90471 100644 --- a/discard.mk +++ b/discard.mk @@ -737,7 +737,7 @@ test_nss_SOURCES = \ test_nss_LDADD = \ libsystemd-internal.la \ - libbasic.la \ + libsystemd-basic.la \ -ldl manual_tests += \ |