From d6ee05ef934872a21b46df7a81b31df40766821a Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Wed, 26 Dec 2007 09:18:45 +0000 Subject: [PATCH] Do not install the shadow library per default. lib_LTLIBRARIES changed to noinst_LTLIBRARIES. --- ChangeLog | 5 +++++ NEWS | 6 ++++++ lib/Makefile.am | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 25079088..b6ed9537 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-26 Nicolas François + + * NEWS, lib/Makefile.am: Do not install the shadow library per default. + lib_LTLIBRARIES changed to noinst_LTLIBRARIES. + 2007-12-09 Nicolas François * NEWS, configure.in: Prepare the 4.1.0 release. diff --git a/NEWS b/NEWS index e00d2410..cb8b32fb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ $Id$ +shadow-4.0.18.2 -> shadow-4.1.0 UNRELEASED + +*** general: +- packaging + Do not install the shadow library per default. + shadow-4.0.18.2 -> shadow-4.1.0 09-12-2008 *** security: diff --git a/lib/Makefile.am b/lib/Makefile.am index 9a3ce53b..bfdd52ef 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.0 foreign DEFS = -lib_LTLIBRARIES = libshadow.la +noinst_LTLIBRARIES = libshadow.la libshadow_la_LDFLAGS = -version-info 0:0:0 libshadow_la_LIBADD = $(INTLLIBS) $(LIBCRYPT) $(LIBSKEY) $(LIBMD)