You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2017/10/09 19:03:51 UTC

[trafficserver] branch master updated: Fixed issue with clean/distclean

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new d3c6cc7  Fixed issue with clean/distclean
d3c6cc7 is described below

commit d3c6cc71a79ea8c2d8cf80ccf2fcce75efc2285c
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Oct 9 11:33:14 2017 -0700

    Fixed issue with clean/distclean
---
 proxy/http/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/proxy/http/Makefile.am b/proxy/http/Makefile.am
index 0ea1639..cf2adfb 100644
--- a/proxy/http/Makefile.am
+++ b/proxy/http/Makefile.am
@@ -91,8 +91,10 @@ test_ForwardedConfig_CPPFLAGS = $(AM_CPPFLAGS)\
 test_ForwardedConfig_SOURCES = \
   unit-tests/test_ForwardedConfig.cc \
   ForwardedConfig.cc \
-  unit-tests/test_ForwardedConfig_mocks.cc \
-  ../../lib/ts/TextView.cc
+  unit-tests/test_ForwardedConfig_mocks.cc
+
+test_ForwardedConfig_LDADD = \
+  $(top_builddir)/lib/ts/libtsutil.la
 
 tidy-local: $(libhttp_a_SOURCES) $(noinst_HEADERS)
 	$(CXX_Clang_Tidy)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].