aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2022-08-04 16:59:16 -0400
committerCorinna Vinschen <corinna@vinschen.de>2022-08-05 12:02:11 +0200
commit1213f7bf15ad1a5272a986487ef3ef80c34152e1 (patch)
treebe0036c3a1a0bcc512b5b250ccdad1ed70abdebd
parent007e23d6390af11582e55453269b7a51c723d2dd (diff)
downloadnewlib-1213f7bf15ad1a5272a986487ef3ef80c34152e1.zip
newlib-1213f7bf15ad1a5272a986487ef3ef80c34152e1.tar.gz
newlib-1213f7bf15ad1a5272a986487ef3ef80c34152e1.tar.bz2
Cygwin: update the "dirs" variable in Makefile.am
Add the new fhandler and sec subdirs.
-rw-r--r--winsup/cygwin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index 367894b..c7d7a77 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -403,7 +403,7 @@ BUILT_SOURCES = \
# Every time we touch a source file, the version info has to be rebuilt
# to maintain a correct build date, especially in uname release output
-dirs = $(srcdir) $(srcdir)/regex $(srcdir)/lib $(srcdir)/libc $(srcdir)/math $(srcdir)/tzcode
+dirs = $(srcdir) $(srcdir)/fhandler $(srcdir)/lib $(srcdir)/libc $(srcdir)/math $(srcdir)/regex $(srcdir)/sec $(srcdir)/tzcode
find_src_files = $(wildcard $(dir)/*.[chS]) $(wildcard $(dir)/*.cc)
src_files := $(foreach dir,$(dirs),$(find_src_files))