You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/03/21 17:37:41 UTC

git commit: Fix the out-of-tree build

Updated Branches:
  refs/heads/master 097996abb -> 8accf5e5d


Fix the out-of-tree build


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8accf5e5
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8accf5e5
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8accf5e5

Branch: refs/heads/master
Commit: 8accf5e5d78e8238254d1b97924da60a023bdf29
Parents: 097996a
Author: James Peach <jp...@apache.org>
Authored: Thu Mar 21 09:37:34 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Mar 21 09:37:34 2013 -0700

----------------------------------------------------------------------
 mgmt/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8accf5e5/mgmt/Makefile.am
----------------------------------------------------------------------
diff --git a/mgmt/Makefile.am b/mgmt/Makefile.am
index 291daaf..a5b8c0d 100644
--- a/mgmt/Makefile.am
+++ b/mgmt/Makefile.am
@@ -70,7 +70,7 @@ libmgmt_p_a_SOURCES = \
   RecordsConfig.h
 
 traffic_manager_SOURCES = \
-  $(top_srcdir)/proxy/Error.cc \
+  ../proxy/Error.cc \
   AddConfigFilesHere.cc \
   Alarms.cc \
   Alarms.h \