commit | 16ee0d17a66c0bb67979507991f56ae8e898bfc4 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周四 5月 30 09:57:00 2013 +0200 |
committer | Roger Meier <roger@apache.org> | 周四 5月 30 09:57:00 2013 +0200 |
tree | 8de0bfdb8f51c21f156a66dcfba14c6bea35a38f | |
parent | 64924b8781eff5a175f46c84f690ffcdb46c9490 [diff] [blame] |
THRIFT-1968 Thrift's include path is wrong in pkg-config files THRIFT-1552 fix include path => thrift/Thrift.h
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 @@ 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