changeset 27184:a0928acc18c9

* modules/error (Makefile.am): Distribute files in /lib. * modules/obstack (Makefile.am): Likewise.
author Eric Blake <ebb9@byu.net>
date Thu, 12 Oct 2006 20:04:19 +0000
parents 106ac3ed4fde
children 4d4e17fab4d0
files ChangeLog modules/error modules/obstack
diffstat 3 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 12 18:52:30 2006 +0000
+++ b/ChangeLog	Thu Oct 12 20:04:19 2006 +0000
@@ -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
--- a/modules/error	Thu Oct 12 18:52:30 2006 +0000
+++ b/modules/error	Thu Oct 12 20:04:19 2006 +0000
@@ -12,6 +12,7 @@
 gl_ERROR
 
 Makefile.am:
+lib_SOURCES += error.h error.c
 
 Include:
 "error.h"
--- a/modules/obstack	Thu Oct 12 18:52:30 2006 +0000
+++ b/modules/obstack	Thu Oct 12 20:04:19 2006 +0000
@@ -16,6 +16,7 @@
 dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).
 
 Makefile.am:
+EXTRA_DIST += obstack.h obstack.c
 
 Include:
 "obstack.h"