]> granicus.if.org Git - shadow/commitdiff
Do not install the shadow library per default.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 26 Dec 2007 09:18:45 +0000 (09:18 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 26 Dec 2007 09:18:45 +0000 (09:18 +0000)
lib_LTLIBRARIES changed to noinst_LTLIBRARIES.

ChangeLog
NEWS
lib/Makefile.am

index 25079088716e38a393ac748e8f6e926aa3696046..b6ed95373ac58e08620b1af5caec8585db348ffd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index e00d241001034bc92496d32b13a600a0a7f5e518..cb8b32fb0ee3c04fe9917e40c9841db3feaf63d1 100644 (file)
--- 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:
index 9a3ce53bc4053b49d12796b84cdca1499e717d3d..bfdd52efff8f656dc0ac9dc679c0422e2cc408d1 100644 (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)