From: Nick Mathewson Date: Thu, 6 Dec 2007 19:35:55 +0000 (+0000) Subject: Compile regression tests by default even on win32. X-Git-Tag: release-2.0.1-alpha~463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cc67e5f78c9d9f783a6a55514e2b604198de09e;p=libevent Compile regression tests by default even on win32. svn:r578 --- diff --git a/Makefile.am b/Makefile.am index 277fc242..d32ad0a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,16 +48,16 @@ EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \ lib_LTLIBRARIES = libevent.la libevent_core.la libevent_extra.la +SUBDIRS = . sample test + if BUILD_WIN32 -SUBDIRS = . sample SYS_LIBS = -lws2_32 SYS_SRC = WIN32-Code/misc.c WIN32-Code/win32.c SYS_INCLUDES = -IWIN32-Code else -SUBDIRS = . sample test SYS_LIBS = SYS_SRC = SYS_INCLUDES =