aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-02 14:21:43 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-02 14:21:43 +0000
commit2bb0569cbeba81e8742a6852acd68b07e3e4a41b (patch)
treec28c4feca8bef5e1ea4f0f0e499b4a70dc31ba8f /src/Makefile.am
parent77504f563640fa80a5e0e3575d0ebab03af99862 (diff)
downloadgnunet-2bb0569cbeba81e8742a6852acd68b07e3e4a41b.tar.gz
gnunet-2bb0569cbeba81e8742a6852acd68b07e3e4a41b.zip
adding tests for openssl and making sure that emstp is available when building monkey
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 46189da71..106643368 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,8 +7,10 @@ if !MINGW
7endif 7endif
8 8
9if HAVE_ESMTP 9if HAVE_ESMTP
10if HAVE_OPENSSL
10 MONKEY_DIR = monkey 11 MONKEY_DIR = monkey
11endif 12endif
13endif
12 14
13SUBDIRS = \ 15SUBDIRS = \
14 include $(INTLEMU_SUBDIRS) \ 16 include $(INTLEMU_SUBDIRS) \