emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Move sha1 to C?


From: Leo
Subject: Re: Move sha1 to C?
Date: Tue, 24 May 2011 01:47:47 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.7)

On 2011-05-23 22:30 +0800, Eli Zaretskii wrote:
> Don't you need to modify lib/Makefile.am as well?

which includes gnulib.mk, which is updated automatically.

> Btw, if you can afford it, please consider making in
> src/makefile.w32-in and in lib/makefile.w32-in the changes equivalent
> to what you did in src/deps.mk and lib/gnulib.mk, respectively, to
> prevent the Windows build from breaking.  TIA.

Is the following sufficient?

=== modified file 'src/makefile.w32-in'
--- src/makefile.w32-in 2011-05-18 11:32:07 +0000
+++ src/makefile.w32-in 2011-05-23 17:46:52 +0000
@@ -866,6 +866,7 @@
        $(EMACS_ROOT)/nt/inc/unistd.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(EMACS_ROOT)/lib/md5.h \
+       $(EMACS_ROOT)/lib/sha1.h \
        $(LISP_H) \
        $(SRC)/atimer.h \
        $(SRC)/blockinput.h \

Leo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]