Updated Branches:
  refs/heads/master 64924b878 -> 16ee0d17a

THRIFT-1968 Thrift's include path is wrong in pkg-config files
THRIFT-1552 fix include path => thrift/Thrift.h


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

Branch: refs/heads/master
Commit: 16ee0d17a66c0bb67979507991f56ae8e898bfc4
Parents: 64924b8
Author: Roger Meier <[email protected]>
Authored: Thu May 30 09:57:00 2013 +0200
Committer: Roger Meier <[email protected]>
Committed: Thu May 30 09:57:00 2013 +0200

----------------------------------------------------------------------
 lib/cpp/Makefile.am     |    2 +-
 lib/cpp/thrift-nb.pc.in |    2 +-
 lib/cpp/thrift-qt.pc.in |    2 +-
 lib/cpp/thrift-z.pc.in  |    2 +-
 lib/cpp/thrift.pc.in    |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/16ee0d17/lib/cpp/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 05caf8c..9e18fcd 100755
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -48,7 +48,7 @@ pkgconfig_DATA += thrift-qt.pc
 endif
 
 AM_CXXFLAGS = -Wall
-AM_CPPFLAGS = $(BOOST_CPPFLAGS) -I$(srcdir)/src -I$(srcdir)/src/thrift
+AM_CPPFLAGS = $(BOOST_CPPFLAGS) -I$(srcdir)/src
 AM_LDFLAGS = $(BOOST_LDFLAGS)
 
 # Define the source files for the module

http://git-wip-us.apache.org/repos/asf/thrift/blob/16ee0d17/lib/cpp/thrift-nb.pc.in
----------------------------------------------------------------------
diff --git a/lib/cpp/thrift-nb.pc.in b/lib/cpp/thrift-nb.pc.in
old mode 100644
new mode 100755
index ae05188..2c6a969
--- a/lib/cpp/thrift-nb.pc.in
+++ b/lib/cpp/thrift-nb.pc.in
@@ -27,4 +27,4 @@ Description: Thrift Nonblocking API
 Version: @VERSION@
 Requires: thrift = @VERSION@
 Libs: -L${libdir} -lthriftnb
-Cflags: -I${includedir}/thrift
+Cflags: -I${includedir}

http://git-wip-us.apache.org/repos/asf/thrift/blob/16ee0d17/lib/cpp/thrift-qt.pc.in
----------------------------------------------------------------------
diff --git a/lib/cpp/thrift-qt.pc.in b/lib/cpp/thrift-qt.pc.in
old mode 100644
new mode 100755
index 846e362..5e60d84
--- a/lib/cpp/thrift-qt.pc.in
+++ b/lib/cpp/thrift-qt.pc.in
@@ -27,4 +27,4 @@ Description: Thrift Qt API
 Version: @VERSION@
 Requires: thrift = @VERSION@
 Libs: -L${libdir} -lthriftqt
-Cflags: -I${includedir}/thrift
+Cflags: -I${includedir}

http://git-wip-us.apache.org/repos/asf/thrift/blob/16ee0d17/lib/cpp/thrift-z.pc.in
----------------------------------------------------------------------
diff --git a/lib/cpp/thrift-z.pc.in b/lib/cpp/thrift-z.pc.in
old mode 100644
new mode 100755
index 72f46bf..467d2e1
--- a/lib/cpp/thrift-z.pc.in
+++ b/lib/cpp/thrift-z.pc.in
@@ -27,4 +27,4 @@ Description: Thrift Zlib API
 Version: @VERSION@
 Requires: thrift = @VERSION@
 Libs: -L${libdir} -lthriftz
-Cflags: -I${includedir}/thrift
+Cflags: -I${includedir}

http://git-wip-us.apache.org/repos/asf/thrift/blob/16ee0d17/lib/cpp/thrift.pc.in
----------------------------------------------------------------------
diff --git a/lib/cpp/thrift.pc.in b/lib/cpp/thrift.pc.in
old mode 100644
new mode 100755
index 7aec09f..d11e6db
--- a/lib/cpp/thrift.pc.in
+++ b/lib/cpp/thrift.pc.in
@@ -26,4 +26,4 @@ Name: Thrift
 Description: Thrift C++ API
 Version: @VERSION@
 Libs: -L${libdir} -lthrift
-Cflags: -I${includedir}/thrift
+Cflags: -I${includedir}

Reply via email to