From dcb5bcea6faef1370a05132356a432a222e16e5a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 10 Aug 2005 10:38:36 +0000 Subject: Don't try to build killev on Win32. 2005-08-10 Tor Lillqvist * tools/Makefile.am: Don't try to build killev on Win32. svn path=/trunk/; revision=30076 --- tools/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 3cdfc5c7dd..e6fd5ac4f9 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,11 @@ -privlibexec_PROGRAMS = \ +if OS_WIN32 +else +PLATFORM_DEP_TOOLS = \ killev +endif + +privlibexec_PROGRAMS = \ + $(PLATFORM_DEP_TOOLS) INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-tools\" \ -- cgit v1.2.3