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

git commit: TS-1741: Make sure our examples build out-of-tree.

Updated Branches:
  refs/heads/master 76eb9ce34 -> 8f6cbad67


TS-1741: Make sure our examples build out-of-tree.


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

Branch: refs/heads/master
Commit: 8f6cbad67160859bba59725894e2259e5790121f
Parents: 76eb9ce
Author: Igor Galić <i....@brainsware.org>
Authored: Sat Mar 9 14:17:34 2013 +0100
Committer: Igor Galić <i....@brainsware.org>
Committed: Sat Mar 9 14:17:34 2013 +0100

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


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