From 3815b4713e7de9eab169c6f4f9d5797e83854b95 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 12 Oct 2006 21:48:01 +0000 Subject: [PATCH] * modules/error (Makefile.am): Distribute files through EXTRA_DIST, not lib_SOURCES. --- ChangeLog | 5 +++++ modules/error | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f3a6160a1..0a271f701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-12 Paul Eggert + + * modules/error (Makefile.am): Distribute files through + EXTRA_DIST, not lib_SOURCES. + 2006-10-12 Eric Blake * modules/error (Makefile.am): Distribute files in /lib. diff --git a/modules/error b/modules/error index d7f047d3a..628cf7ccd 100644 --- a/modules/error +++ b/modules/error @@ -12,7 +12,7 @@ configure.ac: gl_ERROR Makefile.am: -lib_SOURCES += error.h error.c +EXTRA_DIST += error.h error.c Include: "error.h" -- 2.11.0