aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-08-24 17:53:48 +0000
committerChristian Grothoff <christian@grothoff.org>2008-08-24 17:53:48 +0000
commit46622f6b02b8ac3138cd2ef57fc8b1a5e7d893fd (patch)
tree1212af95cfd01578229f9ae3a4b259dcdee2da0b /src/testcurl/https/Makefile.am
parentbb5fc0ba651bafc59a429853eb965518d436d82a (diff)
downloadlibmicrohttpd-46622f6b02b8ac3138cd2ef57fc8b1a5e7d893fd.tar.gz
libmicrohttpd-46622f6b02b8ac3138cd2ef57fc8b1a5e7d893fd.zip
renaming enums to have MHD_ prefix always, removing a few redundant values
Diffstat (limited to 'src/testcurl/https/Makefile.am')
-rw-r--r--src/testcurl/https/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index de1024f5..0cfcee0a 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -21,7 +21,7 @@ if MHD_DEBUG_TLS
21 tls_cipher_change_test \ 21 tls_cipher_change_test \
22 tls_alert_test 22 tls_alert_test
23endif 23endif
24 24
25TESTS = $(check_PROGRAMS) 25TESTS = $(check_PROGRAMS)
26 26
27# cURL independent tests 27# cURL independent tests
@@ -64,7 +64,7 @@ mhds_session_info_test_LDADD = \
64 $(top_builddir)/src/testcurl/libcurl_version_check.a \ 64 $(top_builddir)/src/testcurl/libcurl_version_check.a \
65 $(top_builddir)/src/daemon/libmicrohttpd.la \ 65 $(top_builddir)/src/daemon/libmicrohttpd.la \
66 @LIBCURL@ 66 @LIBCURL@
67 67
68mhds_multi_daemon_test_SOURCES = \ 68mhds_multi_daemon_test_SOURCES = \
69 mhds_multi_daemon_test.c 69 mhds_multi_daemon_test.c
70mhds_multi_daemon_test_LDADD = \ 70mhds_multi_daemon_test_LDADD = \