Do not install the shadow library per default.

lib_LTLIBRARIES changed to noinst_LTLIBRARIES.
This commit is contained in:
nekral-guest 2007-12-26 09:18:45 +00:00
parent 34ed03d978
commit d6ee05ef93
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-12-26 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, lib/Makefile.am: Do not install the shadow library per default.
lib_LTLIBRARIES changed to noinst_LTLIBRARIES.
2007-12-09 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, configure.in: Prepare the 4.1.0 release.

6
NEWS
View File

@ -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:

View File

@ -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)