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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 29aa2e9c..9e9d1ec5 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -93,9 +93,11 @@ test_get_LDADD = \
93 93
94test_quiesce_SOURCES = \ 94test_quiesce_SOURCES = \
95 test_quiesce.c 95 test_quiesce.c
96test_quiesce_CFLAGS = \
97 $(PTHREAD_CFLAGS) $(AM_CFLAGS)
96test_quiesce_LDADD = \ 98test_quiesce_LDADD = \
97 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 99 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
98 @LIBCURL@ 100 $(PTHREAD_LIBS) @LIBCURL@
99 101
100test_callback_SOURCES = \ 102test_callback_SOURCES = \
101 test_callback.c 103 test_callback.c