diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-06 01:40:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-06 14:21:10 +0100 |
commit | d1bddcec98551ea748f39a742a4cbcf9ea9254ef (patch) | |
tree | 69d708fc21347ec3316a39acd27d793fc0a67305 /Makefile.am | |
parent | 592fd144ae313855f48d0ca52a103013b41e5d59 (diff) |
condition: unify condition logic in one file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f614b86c07..452f07ca75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1524,8 +1524,9 @@ test_condition_util_SOURCES = \ test_condition_util_LDADD = \ libsystemd-shared.la \ - libsystemd-internal.la - + libsystemd-internal.la \ + libsystemd-capability.la \ + libsystemd-label.la test_fdset_SOURCES = \ src/test/test-fdset.c |