aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-05 18:20:12 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-05 18:20:12 +0000
commite2992d55a97450a2795412604a48b7a69983aecb (patch)
tree7787f15433355b2918b1ad6d9ac0f09552ce955a /src/testzzuf
parent9eb27c8dbe1939344ccced9c498895f0e92e8197 (diff)
downloadlibmicrohttpd-e2992d55a97450a2795412604a48b7a69983aecb.tar.gz
libmicrohttpd-e2992d55a97450a2795412604a48b7a69983aecb.zip
-directory was renamed
Diffstat (limited to 'src/testzzuf')
-rw-r--r--src/testzzuf/Makefile.am26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index 688f0cbb..2b72f404 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -32,43 +32,43 @@ TESTS = $(check_PROGRAMS)
32test_get_SOURCES = \ 32test_get_SOURCES = \
33 test_get.c 33 test_get.c
34test_get_LDADD = \ 34test_get_LDADD = \
35 $(top_builddir)/src/daemon/libmicrohttpd.la \ 35 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
36 @LIBCURL@ 36 @LIBCURL@
37 37
38test_get_chunked_SOURCES = \ 38test_get_chunked_SOURCES = \
39 test_get_chunked.c 39 test_get_chunked.c
40test_get_chunked_LDADD = \ 40test_get_chunked_LDADD = \
41 $(top_builddir)/src/daemon/libmicrohttpd.la \ 41 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
42 @LIBCURL@ 42 @LIBCURL@
43 43
44test_post_SOURCES = \ 44test_post_SOURCES = \
45 test_post.c 45 test_post.c
46test_post_LDADD = \ 46test_post_LDADD = \
47 $(top_builddir)/src/daemon/libmicrohttpd.la \ 47 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
48 @LIBCURL@ 48 @LIBCURL@
49 49
50test_post_form_SOURCES = \ 50test_post_form_SOURCES = \
51 test_post_form.c 51 test_post_form.c
52test_post_form_LDADD = \ 52test_post_form_LDADD = \
53 $(top_builddir)/src/daemon/libmicrohttpd.la \ 53 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
54 @LIBCURL@ 54 @LIBCURL@
55 55
56test_put_SOURCES = \ 56test_put_SOURCES = \
57 test_put.c 57 test_put.c
58test_put_LDADD = \ 58test_put_LDADD = \
59 $(top_builddir)/src/daemon/libmicrohttpd.la \ 59 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
60 @LIBCURL@ 60 @LIBCURL@
61 61
62test_put_chunked_SOURCES = \ 62test_put_chunked_SOURCES = \
63 test_put_chunked.c 63 test_put_chunked.c
64test_put_chunked_LDADD = \ 64test_put_chunked_LDADD = \
65 $(top_builddir)/src/daemon/libmicrohttpd.la \ 65 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
66 @LIBCURL@ 66 @LIBCURL@
67 67
68test_put_large_SOURCES = \ 68test_put_large_SOURCES = \
69 test_put_large.c 69 test_put_large.c
70test_put_large_LDADD = \ 70test_put_large_LDADD = \
71 $(top_builddir)/src/daemon/libmicrohttpd.la \ 71 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
72 @LIBCURL@ 72 @LIBCURL@
73 73
74 74
@@ -76,35 +76,35 @@ test_put_large_LDADD = \
76test_get11_SOURCES = \ 76test_get11_SOURCES = \
77 test_get.c 77 test_get.c
78test_get11_LDADD = \ 78test_get11_LDADD = \
79 $(top_builddir)/src/daemon/libmicrohttpd.la \ 79 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
80 @LIBCURL@ 80 @LIBCURL@
81 81
82test_post11_SOURCES = \ 82test_post11_SOURCES = \
83 test_post.c 83 test_post.c
84test_post11_LDADD = \ 84test_post11_LDADD = \
85 $(top_builddir)/src/daemon/libmicrohttpd.la \ 85 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
86 @LIBCURL@ 86 @LIBCURL@
87 87
88test_post_form11_SOURCES = \ 88test_post_form11_SOURCES = \
89 test_post_form.c 89 test_post_form.c
90test_post_form11_LDADD = \ 90test_post_form11_LDADD = \
91 $(top_builddir)/src/daemon/libmicrohttpd.la \ 91 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
92 @LIBCURL@ 92 @LIBCURL@
93 93
94test_put11_SOURCES = \ 94test_put11_SOURCES = \
95 test_put.c 95 test_put.c
96test_put11_LDADD = \ 96test_put11_LDADD = \
97 $(top_builddir)/src/daemon/libmicrohttpd.la \ 97 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
98 @LIBCURL@ 98 @LIBCURL@
99 99
100test_put_large11_SOURCES = \ 100test_put_large11_SOURCES = \
101 test_put_large.c 101 test_put_large.c
102test_put_large11_LDADD = \ 102test_put_large11_LDADD = \
103 $(top_builddir)/src/daemon/libmicrohttpd.la \ 103 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
104 @LIBCURL@ 104 @LIBCURL@
105 105
106test_long_header_SOURCES = \ 106test_long_header_SOURCES = \
107 test_long_header.c 107 test_long_header.c
108test_long_header_LDADD = \ 108test_long_header_LDADD = \
109 $(top_builddir)/src/daemon/libmicrohttpd.la \ 109 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
110 @LIBCURL@ 110 @LIBCURL@