aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/Makefile.am')
-rw-r--r--src/monkey/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/monkey/Makefile.am b/src/monkey/Makefile.am
index b0394787f..6c8c6f9b3 100644
--- a/src/monkey/Makefile.am
+++ b/src/monkey/Makefile.am
@@ -11,6 +11,8 @@ endif
11 11
12 12
13if !MINGW 13if !MINGW
14if HAVE_ESMTP
15if HAVE_OPENSSL
14 16
15bin_PROGRAMS = \ 17bin_PROGRAMS = \
16 gnunet-monkey \ 18 gnunet-monkey \
@@ -75,4 +77,6 @@ EXTRA_DIST = \
75 $(check_SCRIPTS) 77 $(check_SCRIPTS)
76 78
77endif 79endif
80endif
81endif
78 82