aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/Makefile.am
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-07-14 22:42:32 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-07-14 22:42:32 +0000
commitdfbd5f48091d0064b765591288b7b542ad58dcb6 (patch)
treef2acea0b8b8c599cb0e6ad8eb9778636b4e03ddc /src/testcurl/https/Makefile.am
parenta6a989cf1200f25795e9ec1ed40b21c6024ed53e (diff)
downloadlibmicrohttpd-dfbd5f48091d0064b765591288b7b542ad58dcb6.tar.gz
libmicrohttpd-dfbd5f48091d0064b765591288b7b542ad58dcb6.zip
added authentication test
simplified makefiles support for OpenPGP disabled build
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r--src/testcurl/https/Makefile.am13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index be5ae633..f9d3f80a 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -7,12 +7,19 @@ AM_CPPFLAGS = \
7 7
8 8
9check_PROGRAMS = \ 9check_PROGRAMS = \
10 mhds_get_test \ 10 tls_authentication_test \
11 mhds_session_info_test \ 11 mhds_get_test \
12 mhds_multi_daemon_test 12 mhds_session_info_test \
13 mhds_multi_daemon_test
13 14
14TESTS = $(check_PROGRAMS) 15TESTS = $(check_PROGRAMS)
15 16
17tls_authentication_test_SOURCES = \
18 tls_authentication_test.c
19tls_authentication_test_LDADD = \
20 $(top_builddir)/src/daemon/libmicrohttpd.la \
21 @LIBCURL@
22
16mhds_get_test_SOURCES = \ 23mhds_get_test_SOURCES = \
17 mhds_get_test.c 24 mhds_get_test.c
18mhds_get_test_LDADD = \ 25mhds_get_test_LDADD = \