From: Eric Blake Date: Thu, 12 Oct 2006 20:04:19 +0000 (+0000) Subject: * modules/error (Makefile.am): Distribute files in /lib. X-Git-Tag: cvs-readonly~1725 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=81430285428cc8af7c1598d50696e405e110ac7f;p=gnulib.git * modules/error (Makefile.am): Distribute files in /lib. * modules/obstack (Makefile.am): Likewise. --- diff --git a/ChangeLog b/ChangeLog index a823eaf81..4cf9c6132 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-12 Eric Blake + + * modules/error (Makefile.am): Distribute files in /lib. + * modules/obstack (Makefile.am): Likewise. + 2006-10-12 Bruno Haible * modules/acl (Makefile.am): Destribute all files in lib/ through diff --git a/modules/error b/modules/error index 4e999ca88..d7f047d3a 100644 --- a/modules/error +++ b/modules/error @@ -12,6 +12,7 @@ configure.ac: gl_ERROR Makefile.am: +lib_SOURCES += error.h error.c Include: "error.h" diff --git a/modules/obstack b/modules/obstack index af12846b9..ee3bd996b 100644 --- a/modules/obstack +++ b/modules/obstack @@ -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"