changeset 4615:4a92cb1cc115

Forgot to distribute strndup.h.
author Bruno Haible <bruno@clisp.org>
date Mon, 01 Sep 2003 17:32:24 +0000
parents 0fd9e4cc9308
children 40e97ca1f46c
files ChangeLog modules/strndup
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
 	* modules/progname: New file.
--- a/modules/strndup
+++ b/modules/strndup
@@ -13,6 +13,7 @@
 gl_FUNC_STRNDUP
 
 Makefile.am:
+lib_SOURCES += strndup.h
 
 Include:
 "strndup.h"