1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

* modules/error (Makefile.am): Distribute files in /lib.

* modules/obstack (Makefile.am): Likewise.
This commit is contained in:
Eric Blake
2006-10-12 20:04:19 +00:00
parent e8684643a2
commit 8143028542
3 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -12,6 +12,7 @@ configure.ac:
gl_ERROR
Makefile.am:
lib_SOURCES += error.h error.c
Include:
"error.h"

View 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"