|
|
@@ -18,7 +18,6 @@ $(LIBCURL_CPPFLAGS)
|
|
|
|
|
|
if HAVE_CURL
|
|
|
check_PROGRAMS = \
|
|
|
- test_start_stop \
|
|
|
test_get \
|
|
|
test_get_sendfile \
|
|
|
test_urlparse \
|
|
|
@@ -83,11 +82,6 @@ endif
|
|
|
libcurl_version_check_a_SOURCES = \
|
|
|
curl_version_check.c
|
|
|
|
|
|
-test_start_stop_SOURCES = \
|
|
|
- test_start_stop.c
|
|
|
-test_start_stop_LDADD = \
|
|
|
- $(top_builddir)/src/microhttpd/libmicrohttpd.la
|
|
|
-
|
|
|
test_concurrent_stop_SOURCES = \
|
|
|
test_concurrent_stop.c
|
|
|
test_concurrent_stop_CFLAGS = \
|