From c00ccd5c7bf7af2719e1b8227a42a5825f6eaf0a Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 9 Apr 2002 18:45:34 +0000 Subject: [PATCH] * automake.texi (Canonicalization): The sources for libmumble++.a go into libmumble___a_SOURCES. --- ChangeLog | 5 +++++ automake.texi | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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. -- 2.47.2