diff options
| author | Leo Liu | 2011-05-24 16:22:58 +0800 |
|---|---|---|
| committer | Leo Liu | 2011-05-24 16:22:58 +0800 |
| commit | e1b90ef6eca2e32b99fff7ecf14bd1f074046da8 (patch) | |
| tree | 8c55d1013121e1905517168deaa0e6dfd6153782 /src/makefile.w32-in | |
| parent | 4ba4c54add7f291e655fb0a5555f7049a9ed17e9 (diff) | |
| download | emacs-e1b90ef6eca2e32b99fff7ecf14bd1f074046da8.tar.gz emacs-e1b90ef6eca2e32b99fff7ecf14bd1f074046da8.zip | |
Implement primitive `sha1' and remove sha1.el
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 71c4fa4c0ac..060b565b308 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -866,6 +866,7 @@ $(BLD)/fns.$(O) : \ | |||
| 866 | $(EMACS_ROOT)/nt/inc/unistd.h \ | 866 | $(EMACS_ROOT)/nt/inc/unistd.h \ |
| 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 | $(LISP_H) \ | 870 | $(LISP_H) \ |
| 870 | $(SRC)/atimer.h \ | 871 | $(SRC)/atimer.h \ |
| 871 | $(SRC)/blockinput.h \ | 872 | $(SRC)/blockinput.h \ |