From: Paul Eggert Date: Sun, 28 Sep 2003 03:41:50 +0000 (+0000) Subject: Trivial fixes to Makefile.am parts of module listings. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dcc124c1f1a2551e94e808de68a1b463dc75ae0;p=pspp Trivial fixes to Makefile.am parts of module listings. --- diff --git a/ChangeLog b/ChangeLog index c9e480aeba..31ef5b02b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-09-27 Oskar Liljeblad + + Trivial fixes to Makefile.am parts of module listings. + * modules/strstr: Append strstr.h to lib_SOURCES. + * modules/strcase: Likewise, for strcase.h. + 2003-09-27 Paul Eggert * modules/free: New file. diff --git a/modules/strcase b/modules/strcase index f4e727e24f..eb227ebb6d 100644 --- a/modules/strcase +++ b/modules/strcase @@ -13,6 +13,7 @@ configure.ac: gl_STRCASE Makefile.am: +lib_SOURCES += strcase.h Include: "strcase.h" diff --git a/modules/strstr b/modules/strstr index a4cb7bea5a..4c83c73a30 100644 --- a/modules/strstr +++ b/modules/strstr @@ -12,6 +12,7 @@ configure.ac: gl_FUNC_STRSTR Makefile.am: +lib_SOURCES += strstr.h Include: "strstr.h"