diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
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\" \ |