diff options
Diffstat (limited to 'src/testspdy/Makefile.am')
-rw-r--r-- | src/testspdy/Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am index 712ea020..f2c5b847 100644 --- a/src/testspdy/Makefile.am +++ b/src/testspdy/Makefile.am | |||
@@ -15,7 +15,7 @@ AM_CPPFLAGS = \ | |||
15 | -I$(top_srcdir) \ | 15 | -I$(top_srcdir) \ |
16 | -I$(top_srcdir)/src/include \ | 16 | -I$(top_srcdir)/src/include \ |
17 | -I$(top_srcdir)/src/applicationlayer \ | 17 | -I$(top_srcdir)/src/applicationlayer \ |
18 | $(LIBCURL_CPPFLAGS) | 18 | $(LIBCURL_CPPFLAGS) |
19 | 19 | ||
20 | if !HAVE_W32 | 20 | if !HAVE_W32 |
21 | PERF_GET_CONCURRENT=perf_get_concurrent | 21 | PERF_GET_CONCURRENT=perf_get_concurrent |
@@ -98,3 +98,14 @@ test_session_timeout_SOURCES = \ | |||
98 | $(SPDY_SOURCES) | 98 | $(SPDY_SOURCES) |
99 | test_session_timeout_LDADD = $(SPDY_LDADD) | 99 | test_session_timeout_LDADD = $(SPDY_LDADD) |
100 | 100 | ||
101 | if HAVE_CURL_BINARY | ||
102 | |||
103 | check_PROGRAMS += \ | ||
104 | test_proxies | ||
105 | |||
106 | test_proxies_SOURCES = \ | ||
107 | test_proxies.c \ | ||
108 | $(SPDY_SOURCES) | ||
109 | test_proxies_LDADD = $(SPDY_LDADD) | ||
110 | |||
111 | endif | ||