]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
[request|reply]_header_* manglers patch: fix build error
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 5 Jul 2012 16:39:21 +0000 (19:39 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 5 Jul 2012 16:39:21 +0000 (19:39 +0300)
src/Makefile.am

index db4ca02f07580542af70895be42305ec38a7ec12..7272fcb9c7d3fc6d204b379fdd6c3c09ffafad72 100644 (file)
@@ -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) \