aboutsummaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/fs/Makefile.am4
-rw-r--r--src/monkey/Makefile.am4
3 files changed, 7 insertions, 3 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) \
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 5a532d15f..62dae940e 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -164,8 +164,8 @@ TESTS = \
164 test_fs_test_lib \ 164 test_fs_test_lib \
165 test_gnunet_service_fs_migration \ 165 test_gnunet_service_fs_migration \
166 test_gnunet_service_fs_p2p \ 166 test_gnunet_service_fs_p2p \
167 $(check_SCRIPTS) \ 167 $(check_SCRIPTS) \
168# $(check_PROGRAMS) 168 $(check_PROGRAMS)
169 169
170 170
171test_fs_collection_SOURCES = \ 171test_fs_collection_SOURCES = \
diff --git a/src/monkey/Makefile.am b/src/monkey/Makefile.am
index 8fee75733..dee65d729 100644
--- a/src/monkey/Makefile.am
+++ b/src/monkey/Makefile.am
@@ -14,7 +14,8 @@ if !MINGW
14 14
15bin_PROGRAMS = \ 15bin_PROGRAMS = \
16 gnunet-monkey \ 16 gnunet-monkey \
17 gnunet-service-monkey 17 gnunet-service-monkey \
18 mail_sender
18 19
19noinst_PROGRAMS = \ 20noinst_PROGRAMS = \
20 bug_null_pointer_exception 21 bug_null_pointer_exception
@@ -55,6 +56,7 @@ mail_sender_SOURCES = \
55 mail_sender.c 56 mail_sender.c
56mail_sender_LDADD = \ 57mail_sender_LDADD = \
57 $(top_builddir)/src/util/libgnunetutil.la \ 58 $(top_builddir)/src/util/libgnunetutil.la \
59 -lesmtp \
58 $(GN_LIBINTL) 60 $(GN_LIBINTL)
59 61
60bug_null_pointer_exception_SOURCES = \ 62bug_null_pointer_exception_SOURCES = \