changeset 7495:ddc759846586

* modules/error (Makefile.am): Distribute files through EXTRA_DIST, not lib_SOURCES.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 12 Oct 2006 21:48:01 +0000
parents 0426f4c83846
children 0e4de218492f
files ChangeLog modules/error
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* modules/error (Makefile.am): Distribute files through
+	EXTRA_DIST, not lib_SOURCES.
+
 2006-10-12  Eric Blake  <ebb9@byu.net>
 
 	* modules/error (Makefile.am): Distribute files in /lib.
--- a/modules/error
+++ b/modules/error
@@ -12,7 +12,7 @@
 gl_ERROR
 
 Makefile.am:
-lib_SOURCES += error.h error.c
+EXTRA_DIST += error.h error.c
 
 Include:
 "error.h"