From: Michael Poole Date: Wed, 30 Apr 2008 02:05:38 +0000 (-0400) Subject: Makefile.win32: Include git-version.o and ioset-select.o in build. X-Git-Tag: v1.4.0-rc3~17 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=05d17349f084f7e26a36a974af42439edda837d3 Makefile.win32: Include git-version.o and ioset-select.o in build. src/config.h.win32: #define HAVE_LOCALTIME 1 to get localtime_r(). --- diff --git a/Makefile.win32 b/Makefile.win32 index 825b92b..8013c03 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -41,11 +41,13 @@ SRVX_OBJS = \ src/compat.o \ src/conf.o \ src/dict-splay.o \ + src/git-version.o \ src/gline.o \ src/global.o \ src/hash.o \ src/heap.o \ src/helpfile.o \ + src/ioset-select.o \ src/ioset-win32.o \ src/ioset.o \ src/log.o \ diff --git a/src/config.h.win32 b/src/config.h.win32 index bb08ba2..2c1177e 100644 --- a/src/config.h.win32 +++ b/src/config.h.win32 @@ -118,6 +118,9 @@ /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Define to 1 if you have the `localtime' function. */ +#define HAVE_LOCALTIME 1 + /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R