diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am index fb10b0a2..3e4c5ea1 100644 --- a/src/microhttpd/Makefile.am +++ b/src/microhttpd/Makefile.am @@ -366,10 +366,10 @@ test_str_token_SOURCES = \ test_str_token.c mhd_str.c mhd_str.h test_str_token_remove_SOURCES = \ - test_str_token_remove.c mhd_str.c mhd_str.h mhd_assert.h mhd_options.h + test_str_token_remove.c mhd_str.c mhd_str.h mhd_assert.h ../include/mhd_options.h test_str_tokens_remove_SOURCES = \ - test_str_tokens_remove.c mhd_str.c mhd_str.h mhd_assert.h mhd_options.h + test_str_tokens_remove.c mhd_str.c mhd_str.h mhd_assert.h ../include/mhd_options.h test_http_reasons_SOURCES = \ test_http_reasons.c \