aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/monkey/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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
10endif 10endif
11 11
12 12
13if !MINGW
14
13lib_LTLIBRARIES = libgnunetmonkey.la 15lib_LTLIBRARIES = libgnunetmonkey.la
14 16
15libgnunetmonkey_la_SOURCES = \ 17libgnunetmonkey_la_SOURCES = \
@@ -97,4 +99,5 @@ EXTRA_DIST = \
97 test_monkey_api_data.conf \ 99 test_monkey_api_data.conf \
98 $(check_SCRIPTS) 100 $(check_SCRIPTS)
99 101
102endif
100 103