From d1caf0e291f0fb587781436f3f634749f761ea03 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 22 Mar 2013 01:15:18 +0100 Subject: build-sys: Change the compat library to noinst It's supposed to be a convenience library and should not be installed. --- compat/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/Makefile.am b/compat/Makefile.am index 635ad280..78c298e0 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,4 +1,4 @@ -pkglib_LTLIBRARIES = compat.la +noinst_LTLIBRARIES = compat.la compat_la_SOURCES = getifaddrs.c compat_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) -- cgit v1.2.3