Updated Branches: refs/heads/master 829826a38 -> c406a2f49
[TS-1383] fix C++11 API's out of source build Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c406a2f4 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c406a2f4 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c406a2f4 Branch: refs/heads/master Commit: c406a2f497125bfd6bc32ace7ae031211d2a9956 Parents: 72dcbdc Author: Igor GaliÄ <[email protected]> Authored: Wed Aug 8 15:56:37 2012 +0200 Committer: Igor GaliÄ <[email protected]> Committed: Wed Aug 8 15:56:37 2012 +0200 ---------------------------------------------------------------------- lib/cpp11api/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c406a2f4/lib/cpp11api/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/cpp11api/Makefile.am b/lib/cpp11api/Makefile.am index 6ea5e8b..af760b8 100644 --- a/lib/cpp11api/Makefile.am +++ b/lib/cpp11api/Makefile.am @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -AM_CPPFLAGS = -I$(top_srcdir)/proxy/api/ts -std=c++11 +AM_CPPFLAGS = -I$(top_builddir)/proxy/api/ts -std=c++11 lib_LTLIBRARIES = libatscpp11api.la @@ -25,4 +25,4 @@ libatscpp11api_la_SOURCES = \ includedir=$(prefix)/include/ts include_HEADERS = \ - ts-cpp11.h \ No newline at end of file + ts-cpp11.h
