1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00

Forgot to distribute strndup.h.

This commit is contained in:
Bruno Haible
2003-09-01 17:32:24 +00:00
parent 34c68008a1
commit c5622b3775
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2003-08-22 Simon Josefsson <jas@extundo.com>
* modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
2003-08-20 Bruno Haible <bruno@clisp.org> 2003-08-20 Bruno Haible <bruno@clisp.org>
* modules/progname: New file. * modules/progname: New file.

View File

@@ -13,6 +13,7 @@ configure.ac:
gl_FUNC_STRNDUP gl_FUNC_STRNDUP
Makefile.am: Makefile.am:
lib_SOURCES += strndup.h
Include: Include:
"strndup.h" "strndup.h"