From: Bruno Haible Date: Tue, 12 Mar 2002 19:50:35 +0000 (+0000) Subject: Add a note about the static libraries. Mentioned by Santiago Vila. X-Git-Tag: v0.11.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85036fcad60c9a9c16c678127b5caa2daa45f689;p=thirdparty%2Fgettext.git Add a note about the static libraries. Mentioned by Santiago Vila. --- diff --git a/PACKAGING b/PACKAGING index 5188e9587..c54e42746 100644 --- a/PACKAGING +++ b/PACKAGING @@ -78,3 +78,8 @@ following file list. $prefix/share/aclocal/progtest.m4 $prefix/share/emacs/site-lisp/po-mode.el $prefix/share/emacs/site-lisp/po-mode.elc + +Note: Although installed by "make install", the static libraries + $prefix/lib/libgettextlib.a + $prefix/lib/libgettextsrc.a +don't need to be included in binary distributions; they are redundant.