diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-29 21:31:21 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-29 21:31:21 -0400 |
commit | 61d1a5a25c6f468aefe24f8033b779f140aab6dc (patch) | |
tree | 23f908c0cc258647ef987044800d1b95536b1592 /Makefile.am | |
parent | ab883125704b9310dcdfcf7451a27e85609da76c (diff) |
test-sizeof: do not link with libsystemd-shared
This makes it much quicker to compile.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 9a78488f8a..1cc657acca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2182,9 +2182,6 @@ test_selinux_LDADD = \ test_sizeof_SOURCES = \ src/test/test-sizeof.c -test_sizeof_LDADD = \ - libsystemd-shared.la - BUILT_SOURCES += \ src/test/test-hashmap-ordered.c |