From 5aefd5fddd2af5f979ece96cda8ed1ab0492709c Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 30 May 2017 14:05:41 -0400 Subject: [PATCH] Force libsystemd-shared to be static --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2a5610740..4e95cb316 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1145,7 +1145,7 @@ libshared_la_LIBADD = \ $(BLKID_LIBS) \ $(LIBCRYPTSETUP_LIBS) -rootlibexec_LTLIBRARIES += \ +noinst_LTLIBRARIES += \ libsystemd-shared.la libsystemd_shared_la_SOURCES = \ -- 2.13.0