summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-03-22 01:15:18 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-22 09:13:54 +0100
commitd1caf0e291f0fb587781436f3f634749f761ea03 (patch)
tree96c1869d29b1ca0462e3e724c65b3a49b12d7f1b
parentb631631caae34cfff604726c2db166db609a1cfa (diff)
downloadrsyslog-d1caf0e291f0fb587781436f3f634749f761ea03.tar.gz
rsyslog-d1caf0e291f0fb587781436f3f634749f761ea03.tar.bz2
rsyslog-d1caf0e291f0fb587781436f3f634749f761ea03.zip
build-sys: Change the compat library to noinst
It's supposed to be a convenience library and should not be installed.
-rw-r--r--compat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)