Skip to content

Commit

Permalink
Add evutil_time.obj to Makefile.nmake
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Jun 8, 2012
1 parent 90daab6 commit 0ba0683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LIBFLAGS=/nologo
CORE_OBJS=event.obj buffer.obj bufferevent.obj bufferevent_sock.obj \
bufferevent_pair.obj listener.obj evmap.obj log.obj evutil.obj \
strlcpy.obj signal.obj bufferevent_filter.obj evthread.obj \
bufferevent_ratelim.obj evutil_rand.obj
bufferevent_ratelim.obj evutil_rand.obj evutil_time.obj
WIN_OBJS=win32select.obj evthread_win32.obj buffer_iocp.obj \
event_iocp.obj bufferevent_async.obj
EXTRA_OBJS=event_tagging.obj http.obj evdns.obj evrpc.obj
Expand Down

0 comments on commit 0ba0683

Please sign in to comment.