aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-01 07:35:17 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-01 07:35:17 +0000
commit0e05ed7a140a74d0c015cda8b43b77a822bfe4ff (patch)
tree12ca713fddcc67914bc2e1e5c0822e6f46a7116a /src
parentcb56088c93d1a185ec0d750c4d9345779caa15cc (diff)
downloadgnunet-0e05ed7a140a74d0c015cda8b43b77a822bfe4ff.tar.gz
gnunet-0e05ed7a140a74d0c015cda8b43b77a822bfe4ff.zip
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