diff options
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r-- | src/microhttpd/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am index 34a89984..6973af8a 100644 --- a/src/microhttpd/Makefile.am +++ b/src/microhttpd/Makefile.am | |||
@@ -143,7 +143,8 @@ check_PROGRAMS = \ | |||
143 | test_str_to_value \ | 143 | test_str_to_value \ |
144 | test_shutdown_select \ | 144 | test_shutdown_select \ |
145 | test_shutdown_poll \ | 145 | test_shutdown_poll \ |
146 | test_daemon | 146 | test_daemon \ |
147 | test_upgrade | ||
147 | 148 | ||
148 | if HAVE_POSTPROCESSOR | 149 | if HAVE_POSTPROCESSOR |
149 | check_PROGRAMS += \ | 150 | check_PROGRAMS += \ |
@@ -165,6 +166,11 @@ test_daemon_SOURCES = \ | |||
165 | test_daemon_LDADD = \ | 166 | test_daemon_LDADD = \ |
166 | $(top_builddir)/src/microhttpd/libmicrohttpd.la | 167 | $(top_builddir)/src/microhttpd/libmicrohttpd.la |
167 | 168 | ||
169 | test_upgrade_SOURCES = \ | ||
170 | test_upgrade.c | ||
171 | test_upgrade_LDADD = \ | ||
172 | $(top_builddir)/src/microhttpd/libmicrohttpd.la | ||
173 | |||
168 | test_postprocessor_SOURCES = \ | 174 | test_postprocessor_SOURCES = \ |
169 | test_postprocessor.c | 175 | test_postprocessor.c |
170 | test_postprocessor_CPPFLAGS = \ | 176 | test_postprocessor_CPPFLAGS = \ |