aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl')
-rw-r--r--src/testcurl/Makefile.am12
-rw-r--r--src/testcurl/https/Makefile.am4
2 files changed, 8 insertions, 8 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index a4bc94ef..3fa81ced 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -225,7 +225,7 @@ endif
225test_concurrent_stop_SOURCES = \ 225test_concurrent_stop_SOURCES = \
226 test_concurrent_stop.c 226 test_concurrent_stop.c
227test_concurrent_stop_CFLAGS = \ 227test_concurrent_stop_CFLAGS = \
228 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 228 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
229test_concurrent_stop_LDADD = \ 229test_concurrent_stop_LDADD = \
230 $(PTHREAD_LIBS) $(LDADD) 230 $(PTHREAD_LIBS) $(LDADD)
231 231
@@ -235,14 +235,14 @@ test_get_SOURCES = \
235test_quiesce_SOURCES = \ 235test_quiesce_SOURCES = \
236 test_quiesce.c mhd_has_param.h mhd_has_in_name.h 236 test_quiesce.c mhd_has_param.h mhd_has_in_name.h
237test_quiesce_CFLAGS = \ 237test_quiesce_CFLAGS = \
238 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 238 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
239test_quiesce_LDADD = \ 239test_quiesce_LDADD = \
240 $(PTHREAD_LIBS) $(LDADD) 240 $(PTHREAD_LIBS) $(LDADD)
241 241
242test_quiesce_stream_SOURCES = \ 242test_quiesce_stream_SOURCES = \
243 test_quiesce_stream.c 243 test_quiesce_stream.c
244test_quiesce_stream_CFLAGS = \ 244test_quiesce_stream_CFLAGS = \
245 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 245 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
246test_quiesce_stream_LDADD = \ 246test_quiesce_stream_LDADD = \
247 $(PTHREAD_LIBS) $(LDADD) 247 $(PTHREAD_LIBS) $(LDADD)
248 248
@@ -257,7 +257,7 @@ perf_get_concurrent_SOURCES = \
257 perf_get_concurrent.c \ 257 perf_get_concurrent.c \
258 gauger.h mhd_has_in_name.h 258 gauger.h mhd_has_in_name.h
259perf_get_concurrent_CFLAGS = \ 259perf_get_concurrent_CFLAGS = \
260 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 260 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
261perf_get_concurrent_LDADD = \ 261perf_get_concurrent_LDADD = \
262 $(PTHREAD_LIBS) $(LDADD) 262 $(PTHREAD_LIBS) $(LDADD)
263 263
@@ -265,7 +265,7 @@ perf_get_concurrent11_SOURCES = \
265 perf_get_concurrent.c \ 265 perf_get_concurrent.c \
266 gauger.h mhd_has_in_name.h 266 gauger.h mhd_has_in_name.h
267perf_get_concurrent11_CFLAGS = \ 267perf_get_concurrent11_CFLAGS = \
268 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 268 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
269perf_get_concurrent11_LDADD = \ 269perf_get_concurrent11_LDADD = \
270 $(PTHREAD_LIBS) $(LDADD) 270 $(PTHREAD_LIBS) $(LDADD)
271 271
@@ -299,7 +299,7 @@ test_digestauth_with_arguments_LDADD = \
299test_digestauth_concurrent_SOURCES = \ 299test_digestauth_concurrent_SOURCES = \
300 test_digestauth_concurrent.c 300 test_digestauth_concurrent.c
301test_digestauth_concurrent_CFLAGS = \ 301test_digestauth_concurrent_CFLAGS = \
302 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 302 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
303test_digestauth_concurrent_LDADD = \ 303test_digestauth_concurrent_LDADD = \
304 @LIBGCRYPT_LIBS@ $(LDADD) $(PTHREAD_LIBS) $(LDADD) 304 @LIBGCRYPT_LIBS@ $(LDADD) $(PTHREAD_LIBS) $(LDADD)
305 305
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index 11b1ea20..39394db1 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -87,7 +87,7 @@ test_https_get_parallel_SOURCES = \
87 tls_test_common.h \ 87 tls_test_common.h \
88 tls_test_common.c 88 tls_test_common.c
89test_https_get_parallel_CFLAGS = \ 89test_https_get_parallel_CFLAGS = \
90 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 90 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
91test_https_get_parallel_LDADD = \ 91test_https_get_parallel_LDADD = \
92 $(PTHREAD_LIBS) $(LDADD) 92 $(PTHREAD_LIBS) $(LDADD)
93 93
@@ -103,7 +103,7 @@ test_https_get_parallel_threads_SOURCES = \
103 tls_test_common.h \ 103 tls_test_common.h \
104 tls_test_common.c 104 tls_test_common.c
105test_https_get_parallel_threads_CFLAGS = \ 105test_https_get_parallel_threads_CFLAGS = \
106 $(PTHREAD_CFLAGS) $(AM_CFLAGS) 106 $(AM_CFLAGS) $(PTHREAD_CFLAGS)
107test_https_get_parallel_threads_LDADD = \ 107test_https_get_parallel_threads_LDADD = \
108 $(PTHREAD_LIBS) $(LDADD) 108 $(PTHREAD_LIBS) $(LDADD)
109 109