summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/error2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f3a6160a16..0a271f701e 100644
--- 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.
diff --git a/modules/error b/modules/error
index d7f047d3af..628cf7ccd1 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"