projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5173e9
)
* modules/error (Makefile.am): Distribute files through
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 12 Oct 2006 21:48:01 +0000
(21:48 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 12 Oct 2006 21:48:01 +0000
(21:48 +0000)
EXTRA_DIST, not lib_SOURCES.
ChangeLog
patch
|
blob
|
history
modules/error
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index f3a6160a16d19b80db68bea0bbaa2fad8c724d84..0a271f701e90f44efeb557ce2c0d8da3804a54df 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.
diff --git
a/modules/error
b/modules/error
index d7f047d3af2b994118b8036a5ad7336bc2bd7aa1..628cf7ccd15395a095be75ef4fb30287c1670403 100644
(file)
--- 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"