Do not install the shadow library per default.
lib_LTLIBRARIES changed to noinst_LTLIBRARIES.
This commit is contained in:
parent
34ed03d978
commit
d6ee05ef93
@ -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>
|
2007-12-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* NEWS, configure.in: Prepare the 4.1.0 release.
|
* NEWS, configure.in: Prepare the 4.1.0 release.
|
||||||
|
6
NEWS
6
NEWS
@ -1,5 +1,11 @@
|
|||||||
$Id$
|
$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
|
shadow-4.0.18.2 -> shadow-4.1.0 09-12-2008
|
||||||
|
|
||||||
*** security:
|
*** security:
|
||||||
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.0 foreign
|
|||||||
|
|
||||||
DEFS =
|
DEFS =
|
||||||
|
|
||||||
lib_LTLIBRARIES = libshadow.la
|
noinst_LTLIBRARIES = libshadow.la
|
||||||
|
|
||||||
libshadow_la_LDFLAGS = -version-info 0:0:0
|
libshadow_la_LDFLAGS = -version-info 0:0:0
|
||||||
libshadow_la_LIBADD = $(INTLLIBS) $(LIBCRYPT) $(LIBSKEY) $(LIBMD)
|
libshadow_la_LIBADD = $(INTLLIBS) $(LIBCRYPT) $(LIBSKEY) $(LIBMD)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user