* modules/error (Makefile.am): Distribute files in /lib.
authorEric Blake <ebb9@byu.net>
Thu, 12 Oct 2006 20:04:19 +0000 (20:04 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 12 Oct 2006 20:04:19 +0000 (20:04 +0000)
* modules/obstack (Makefile.am): Likewise.

ChangeLog
modules/error
modules/obstack

index a823eaf81b53c5ae371c8fcbdbd9cd4a218aba71..4cf9c6132733fa9d255f043a788419b272726ee1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-12  Eric Blake  <ebb9@byu.net>
+
+       * modules/error (Makefile.am): Distribute files in /lib.
+       * modules/obstack (Makefile.am): Likewise.
+
 2006-10-12  Bruno Haible  <bruno@clisp.org>
 
        * modules/acl (Makefile.am): Destribute all files in lib/ through
index 4e999ca88e7ce101a595153b6c08ad184dc044fc..d7f047d3af2b994118b8036a5ad7336bc2bd7aa1 100644 (file)
@@ -12,6 +12,7 @@ configure.ac:
 gl_ERROR
 
 Makefile.am:
+lib_SOURCES += error.h error.c
 
 Include:
 "error.h"
index af12846b953abd9e894399067922f959d54dd8d2..ee3bd996b54015e500e52d9adc6a116b32b8a2aa 100644 (file)
@@ -16,6 +16,7 @@ AC_FUNC_OBSTACK
 dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
 
 Makefile.am:
+EXTRA_DIST += obstack.h obstack.c
 
 Include:
 "obstack.h"