THRIFT-1128:MAC OS X thrift.h incompatibility with Thrift.h
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
diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am
index ce61404..2f03e3d 100644
--- a/lib/c_glib/Makefile.am
+++ b/lib/c_glib/Makefile.am
@@ -53,7 +53,7 @@
 
 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 \