From: Alexandre Duret-Lutz Date: Tue, 9 Apr 2002 18:45:34 +0000 (+0000) Subject: * automake.texi (Canonicalization): The sources for libmumble++.a X-Git-Tag: branchpoint-1-6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00ccd5c7bf7af2719e1b8227a42a5825f6eaf0a;p=thirdparty%2Fautomake.git * automake.texi (Canonicalization): The sources for libmumble++.a go into libmumble___a_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index d4b7491ac..889804714 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-09 Alexandre Duret-Lutz + + * automake.texi (Canonicalization): The sources for libmumble++.a + go into libmumble___a_SOURCES. + 2002-04-07 Alexandre Duret-Lutz * Makefile.am (maintainer-check): Check for `sleep 1' uses in the diff --git a/automake.texi b/automake.texi index dcaeff5b1..0d2997e00 100644 --- a/automake.texi +++ b/automake.texi @@ -504,7 +504,9 @@ macro references. For example, if your program is named @code{sniff-glue}, the derived variable name would be @code{sniff_glue_SOURCES}, not -@code{sniff-glue_SOURCES}. +@code{sniff-glue_SOURCES}. Similarly the sources for a library named +@code{libmumble++.a} should be listed in the +@code{libmumble___a_SOURCES} variable. The strudel is an addition, to make the use of Autoconf substitutions in macro names less obfuscating.