From bd5c1fd19f409a0dc04a656f114b8ed66dfc057c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 8 Jul 2013 17:55:34 -0400 Subject: [PATCH] Fix: libcompat should be noinst (statically linked) Signed-off-by: Mathieu Desnoyers --- compat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/Makefile.am b/compat/Makefile.am index 79be1c81..85aee86c 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,6 +1,6 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -lib_LTLIBRARIES = libcompat.la +noinst_LTLIBRARIES = libcompat.la libcompat_la_SOURCES = -- 2.34.1