diff options
author | Michael Biebl <biebl@debian.org> | 2013-03-22 01:15:18 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-22 09:13:54 +0100 |
commit | d1caf0e291f0fb587781436f3f634749f761ea03 (patch) | |
tree | 96c1869d29b1ca0462e3e724c65b3a49b12d7f1b | |
parent | b631631caae34cfff604726c2db166db609a1cfa (diff) | |
download | rsyslog-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.am | 2 |
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) |