THRIFT-1128:MAC OS X thrift.h incompatibility with Thrift.h
authorJake Farrell <jfarrell@apache.org>
Fri, 2 Mar 2012 02:50:50 +0000 (02:50 +0000)
committerJake Farrell <jfarrell@apache.org>
Fri, 2 Mar 2012 02:50:50 +0000 (02:50 +0000)
Client: cpp, c_glib
Patch: Jake Farrell

Moving c_glib headers into $(includedir)/thrift/c_glib to not collide with cpp headers.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1296038 13f79535-47bb-0310-9956-ffa450edef68

lib/c_glib/Makefile.am

index ce61404..2f03e3d 100644 (file)
@@ -53,7 +53,7 @@ libthrift_c_glib_la_SOURCES = src/thrift.c \
 
 libthrift_c_glib_la_CFLAGS = $(common_cflags)
 
-include_thriftdir = $(includedir)/thrift
+include_thriftdir = $(includedir)/thrift/c_glib
 include_thrift_HEADERS = \
                          $(top_builddir)/config.h \
                          src/thrift.h \