summaryrefslogtreecommitdiff
path: root/lib/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/makefile.w32-in')
-rw-r--r--lib/makefile.w32-in20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in
index 1f543f1bc2..df7f8e274f 100644
--- a/lib/makefile.w32-in
+++ b/lib/makefile.w32-in
@@ -30,6 +30,8 @@ GNULIBOBJS = $(BLD)/dtoastr.$(O) \
$(BLD)/time_r.$(O) \
$(BLD)/md5.$(O) \
$(BLD)/sha1.$(O) \
+ $(BLD)/sha256.$(O) \
+ $(BLD)/sha512.$(O) \
$(BLD)/filemode.$(O)
#
@@ -120,6 +122,24 @@ $(BLD)/sha1.$(O) : \
$(EMACS_ROOT)/src/m/intel386.h \
$(EMACS_ROOT)/src/config.h
+$(BLD)/sha256.$(O) : \
+ $(SRC)/sha256.c \
+ $(SRC)/sha256.h \
+ $(EMACS_ROOT)/nt/inc/stdint.h \
+ $(EMACS_ROOT)/nt/inc/sys/stat.h \
+ $(EMACS_ROOT)/src/s/ms-w32.h \
+ $(EMACS_ROOT)/src/m/intel386.h \
+ $(EMACS_ROOT)/src/config.h
+
+$(BLD)/sha512.$(O) : \
+ $(SRC)/sha512.c \
+ $(SRC)/sha512.h \
+ $(EMACS_ROOT)/nt/inc/stdint.h \
+ $(EMACS_ROOT)/nt/inc/sys/stat.h \
+ $(EMACS_ROOT)/src/s/ms-w32.h \
+ $(EMACS_ROOT)/src/m/intel386.h \
+ $(EMACS_ROOT)/src/config.h
+
$(BLD)/filemode.$(O) : \
$(SRC)/filemode.c \
$(SRC)/filemode.h \