diff options
Diffstat (limited to 'src/testspdy/Makefile.am')
-rw-r--r-- | src/testspdy/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am index e5fa1f2d..b7e16fba 100644 --- a/src/testspdy/Makefile.am +++ b/src/testspdy/Makefile.am | |||
@@ -37,7 +37,11 @@ check_PROGRAMS += \ | |||
37 | test_misc \ | 37 | test_misc \ |
38 | test_session_timeout | 38 | test_session_timeout |
39 | #test_requests_with_assets | 39 | #test_requests_with_assets |
40 | if HAVE_CURL_BINARY | ||
41 | check_PROGRAMS += \ | ||
42 | test_proxies | ||
40 | endif | 43 | endif |
44 | endif | ||
41 | endif | 45 | endif |
42 | endif | 46 | endif |
43 | 47 | ||
@@ -109,14 +113,10 @@ test_session_timeout_SOURCES = \ | |||
109 | $(SPDY_SOURCES) | 113 | $(SPDY_SOURCES) |
110 | test_session_timeout_LDADD = $(SPDY_LDADD) | 114 | test_session_timeout_LDADD = $(SPDY_LDADD) |
111 | 115 | ||
112 | if HAVE_CURL_BINARY | ||
113 | check_PROGRAMS += \ | ||
114 | test_proxies | ||
115 | 116 | ||
116 | test_proxies_SOURCES = \ | 117 | test_proxies_SOURCES = \ |
117 | test_proxies.c \ | 118 | test_proxies.c \ |
118 | $(SPDY_SOURCES) | 119 | $(SPDY_SOURCES) |
119 | test_proxies_LDADD = $(SPDY_LDADD) | 120 | test_proxies_LDADD = $(SPDY_LDADD) |
120 | endif | ||
121 | 121 | ||
122 | endif | 122 | endif |