From 61d1a5a25c6f468aefe24f8033b779f140aab6dc Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 29 Mar 2017 21:31:21 -0400 Subject: test-sizeof: do not link with libsystemd-shared This makes it much quicker to compile. --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf