Cygwin: update the "dirs" variable in Makefile.am

Add the new fhandler and sec subdirs.
This commit is contained in:
Ken Brown 2022-08-04 16:59:16 -04:00 committed by Corinna Vinschen
parent 007e23d639
commit 1213f7bf15
1 changed files with 1 additions and 1 deletions

View File

@ -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))