]> code.delx.au - gnu-emacs/blobdiff - lib/makefile.w32-in
Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.org
[gnu-emacs] / lib / makefile.w32-in
index 1482d686acbd32f4cab8e24d69cceeb9ca17066f..cd62fbcd13d362920b26e95f29d4e084582425b4 100644 (file)
@@ -1,5 +1,5 @@
 # -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -34,6 +34,7 @@ GNULIBOBJS = $(BLD)/c-ctype.$(O) \
             $(BLD)/getopt.$(O)  \
             $(BLD)/getopt1.$(O) \
             $(BLD)/gettime.$(O) \
+            $(BLD)/memrchr.$(O) \
             $(BLD)/strftime.$(O) \
             $(BLD)/time_r.$(O) \
             $(BLD)/timespec-add.$(O) \
@@ -201,6 +202,10 @@ $(BLD)/md5.$(O) : \
        $(CONFIG_H) \
        $(MD5_H)
 
+$(BLD)/memrchr.$(O) : \
+       $(GNU_LIB)/memrchr.c \
+       $(CONFIG_H)
+
 $(BLD)/sha1.$(O) : \
        $(GNU_LIB)/sha1.c \
        $(NT_INC)/stdalign.h \