From: Christos Tsantilas Date: Thu, 5 Jul 2012 16:39:21 +0000 (+0300) Subject: [request|reply]_header_* manglers patch: fix build error X-Git-Tag: sourceformat-review-1~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91ccc26161eef31ebe0b62f2250e42af0db045f;p=thirdparty%2Fsquid.git [request|reply]_header_* manglers patch: fix build error --- diff --git a/src/Makefile.am b/src/Makefile.am index db4ca02f07..7272fcb9c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1056,7 +1056,6 @@ TESTS += $(check_PROGRAMS) # - add other component .(h|cc) files needed to link and run tests tests_testHttpReply_SOURCES=\ - anyp/ProtocolType.cc \ cbdata.cc \ cbdata.h \ ETag.cc \ @@ -1122,6 +1121,7 @@ tests_testHttpReply_LDADD=\ acl/libapi.la \ acl/libstate.la \ $(AUTH_LIBS) \ + anyp/libanyp.la \ ip/libip.la \ base/libbase.la \ $(SSL_LIBS) \