Makefile fixed for dist* targets

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-07-28 13:04:27 +03:00
parent 182ed3a0e0
commit f493fd84dc
+2 -2
View File
@@ -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 \