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.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index ed585527..aeeabb6b 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -153,7 +153,7 @@ endif
153 153
154if ENABLE_BAUTH 154if ENABLE_BAUTH
155check_PROGRAMS += \ 155check_PROGRAMS += \
156 test_basicauth 156 test_basicauth test_basicauth_preauth
157endif 157endif
158 158
159if HAVE_POSTPROCESSOR 159if HAVE_POSTPROCESSOR
@@ -236,6 +236,9 @@ perf_get_concurrent11_LDADD = \
236test_basicauth_SOURCES = \ 236test_basicauth_SOURCES = \
237 test_basicauth.c 237 test_basicauth.c
238 238
239test_basicauth_preauth_SOURCES = \
240 test_basicauth.c
241
239test_digestauth_SOURCES = \ 242test_digestauth_SOURCES = \
240 test_digestauth.c 243 test_digestauth.c
241test_digestauth_LDADD = \ 244test_digestauth_LDADD = \