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

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