From 81430285428cc8af7c1598d50696e405e110ac7f Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 12 Oct 2006 20:04:19 +0000 Subject: [PATCH] * modules/error (Makefile.am): Distribute files in /lib. * modules/obstack (Makefile.am): Likewise. --- ChangeLog | 5 +++++ modules/error | 1 + modules/obstack | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a823eaf81b..4cf9c61327 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 4e999ca88e..d7f047d3af 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 af12846b95..ee3bd996b5 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" -- 2.30.2