From: Matthias Wachs Date: Thu, 1 Jul 2010 07:35:17 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~21107 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0e05ed7a140a74d0c015cda8b43b77a822bfe4ff;p=oweals%2Fgnunet.git --- diff --git a/src/monkey/Makefile.am b/src/monkey/Makefile.am index 516f8c08e..01712ff1c 100644 --- a/src/monkey/Makefile.am +++ b/src/monkey/Makefile.am @@ -10,6 +10,8 @@ if USE_COVERAGE endif +if !MINGW + lib_LTLIBRARIES = libgnunetmonkey.la libgnunetmonkey_la_SOURCES = \ @@ -97,4 +99,5 @@ EXTRA_DIST = \ test_monkey_api_data.conf \ $(check_SCRIPTS) +endif