From f6ab59edd56044980c06fb3c57a3c96dd4e6cfbb Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 18 Dec 2010 12:17:14 +0100 Subject: [PATCH] docs: fix blunder in example about python extension modules * doc/automake.texi (Python): Use `quaternion_la_SOURCES', not `quaternion_SOURCES', to declare the sources of python extension module `quaternion.la'. --- ChangeLog | 7 +++++++ doc/automake.texi | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3eee3a7a9..69286c9bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-12-18 Stefano Lattarini + + docs: fix blunder in example about python extension modules + * doc/automake.texi (Python): Use `quaternion_la_SOURCES', + not `quaternion_SOURCES', to declare the sources of python + extension module `quaternion.la'. + 2010-12-16 Stefano Lattarini docs: list LTLIBRARIES among Automake primaries diff --git a/doc/automake.texi b/doc/automake.texi index 227b1baf8..9c2074b77 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -7632,7 +7632,7 @@ as follows to Automake: @example pyexec_LTLIBRARIES = quaternion.la -quaternion_SOURCES = quaternion.c support.c support.h +quaternion_la_SOURCES = quaternion.c support.c support.h quaternion_la_LDFLAGS = -avoid-version -module @end example -- 2.47.2