diff options
| author | Leo Liu | 2011-06-21 16:55:22 +0800 |
|---|---|---|
| committer | Leo Liu | 2011-06-21 16:55:22 +0800 |
| commit | 7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38 (patch) | |
| tree | e30470b57676daad3c70b40a6725707473ca2c50 /src/makefile.w32-in | |
| parent | bd168c0651be4fd71141ba19d54389b26258e5bb (diff) | |
| download | emacs-7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38.tar.gz emacs-7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38.zip | |
New primitive secure-hash supporting md5, sha-1 and sha-2
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index d4fafcfc047..173fc673955 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -867,6 +867,8 @@ $(BLD)/fns.$(O) : \ | |||
| 867 | $(EMACS_ROOT)/nt/inc/sys/time.h \ | 867 | $(EMACS_ROOT)/nt/inc/sys/time.h \ |
| 868 | $(EMACS_ROOT)/lib/md5.h \ | 868 | $(EMACS_ROOT)/lib/md5.h \ |
| 869 | $(EMACS_ROOT)/lib/sha1.h \ | 869 | $(EMACS_ROOT)/lib/sha1.h \ |
| 870 | $(EMACS_ROOT)/lib/sha256.h \ | ||
| 871 | $(EMACS_ROOT)/lib/sha512.h \ | ||
| 870 | $(LISP_H) \ | 872 | $(LISP_H) \ |
| 871 | $(SRC)/atimer.h \ | 873 | $(SRC)/atimer.h \ |
| 872 | $(SRC)/blockinput.h \ | 874 | $(SRC)/blockinput.h \ |