docs: list LTLIBRARIES among Automake primaries
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Dec 2010 18:47:36 +0000 (19:47 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Dec 2010 18:48:25 +0000 (19:48 +0100)
* doc/automake.texi (Uniform): List `LTLIBRARIES' among
the Automake primaries.

ChangeLog
doc/automake.texi

index 2482ef1..3eee3a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       docs: list LTLIBRARIES among Automake primaries
+       * doc/automake.texi (Uniform): List `LTLIBRARIES' among
+       the Automake primaries.
+
 2010-12-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Improve tests on generated portions of configure help screen.
index 5a805b3..227b1ba 100644 (file)
@@ -2024,10 +2024,12 @@ should not be built until the @samp{make check} command is run.  Those
 objects are not installed either.
 
 The current primary names are @samp{PROGRAMS}, @samp{LIBRARIES},
-@samp{LISP}, @samp{PYTHON}, @samp{JAVA}, @samp{SCRIPTS}, @samp{DATA},
-@samp{HEADERS}, @samp{MANS}, and @samp{TEXINFOS}.
+@samp{LTLIBRARIES}, @samp{LISP}, @samp{PYTHON}, @samp{JAVA},
+@samp{SCRIPTS}, @samp{DATA}, @samp{HEADERS}, @samp{MANS}, and
+@samp{TEXINFOS}.
 @vindex PROGRAMS
 @vindex LIBRARIES
+@vindex LTLIBRARIES
 @vindex LISP
 @vindex PYTHON
 @vindex JAVA