1 AM_LDFLAGS=@MODULETESTS_LIBS@ ../libhttp.la -lboost_unit_test_framework 2 AM_CXXFLAGS = @MODULES_CXXFLAGS@ -DBOOST_TEST_DYN_LINK=1 3 4 check_PROGRAMS = http_parse_url http_canon_url http_remove_cookie http_parse_query_string http_form_url_decode 5 6 http_parse_url_SOURCES = http_parse_url.cc 7 8 http_canon_url_SOURCES = http_canon_url.cc 9 10 http_remove_cookie_SOURCES = http_remove_cookie.cc 11 12 http_parse_query_string_SOURCES = http_parse_query_string.cc 13 14 http_form_url_decode_SOURCES = http_form_url_decode.cc 15 16 TESTS = http_parse_url http_canon_url http_remove_cookie http_parse_query_string http_form_url_decode