* modules/error (Makefile.am): Distribute files through
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Oct 2006 21:48:01 +0000 (21:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Oct 2006 21:48:01 +0000 (21:48 +0000)
EXTRA_DIST, not lib_SOURCES.

ChangeLog
modules/error

index f3a6160..0a271f7 100644 (file)
--- 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.
index d7f047d..628cf7c 100644 (file)
@@ -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"