From 971bdba0b44620278be42230c084566058e9cc73 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 17 Aug 2003 03:17:36 +0000 Subject: Add BUILT-SOURCES. --- modules/alloca | 1 + modules/fnmatch | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/alloca b/modules/alloca index 7723c8a3c4..5719b4b593 100644 --- a/modules/alloca +++ b/modules/alloca @@ -13,6 +13,7 @@ configure.ac: gl_FUNC_ALLOCA Makefile.am: +BUILT_SOURCES += $(ALLOCA_H) EXTRA_DIST += alloca_.h # We need the following in order to create an when the system diff --git a/modules/fnmatch b/modules/fnmatch index 76c06c69b8..5473ebf8c5 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -15,6 +15,7 @@ configure.ac: # No macro. You should also use one of fnmatch-posix or fnmatch-gnu. Makefile.am: +BUILT_SOURCES += $(FNMATCH_H) EXTRA_DIST += fnmatch_.h fnmatch_loop.c # We need the following in order to create an when the system -- cgit v1.2.1