aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r--src/testcurl/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 10fae873..796ea9e2 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -18,7 +18,6 @@ $(LIBCURL_CPPFLAGS)
18 18
19if HAVE_CURL 19if HAVE_CURL
20check_PROGRAMS = \ 20check_PROGRAMS = \
21 test_start_stop \
22 test_get \ 21 test_get \
23 test_get_sendfile \ 22 test_get_sendfile \
24 test_urlparse \ 23 test_urlparse \
@@ -83,11 +82,6 @@ endif
83libcurl_version_check_a_SOURCES = \ 82libcurl_version_check_a_SOURCES = \
84 curl_version_check.c 83 curl_version_check.c
85 84
86test_start_stop_SOURCES = \
87 test_start_stop.c
88test_start_stop_LDADD = \
89 $(top_builddir)/src/microhttpd/libmicrohttpd.la
90
91test_concurrent_stop_SOURCES = \ 85test_concurrent_stop_SOURCES = \
92 test_concurrent_stop.c 86 test_concurrent_stop.c
93test_concurrent_stop_CFLAGS = \ 87test_concurrent_stop_CFLAGS = \