You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/03/31 03:15:10 UTC

[51/51] git commit: TS-1764 Fix the builds after this cleanup.

TS-1764 Fix the builds after this cleanup.


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

Branch: refs/heads/3.3.x
Commit: bc1b9d351582970fa0a320a854c81a2c957fc287
Parents: 0461073
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat Mar 30 19:01:17 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat Mar 30 19:01:17 2013 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/bc1b9d35/example/Makefile.am
----------------------------------------------------------------------
diff --git a/example/Makefile.am b/example/Makefile.am
index e7262fa..b10e1d5 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -16,8 +16,12 @@
 
 pkglibdir = ${pkglibexecdir}
 
-AM_CPPFLAGS = -I$(top_srcdir)/proxy/api \
-    -I$(top_builddir)/proxy/api
+AM_CPPFLAGS = \
+    -I$(top_srcdir)/proxy/api \
+    -I$(top_builddir)/proxy/api \
+    -I$(top_srcdir)/lib/ts \
+    -I$(top_builddir)/lib/ts
+    
 AM_LDFLAGS = -module -avoid-version -shared
 
 noinst_LTLIBRARIES = \