From 363f6d414b824303f3c1f440620c4a2ac7581e47 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Fri, 2 Mar 2012 02:50:50 +0000 Subject: [PATCH] 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 --- lib/c_glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am index ce614045..2f03e3d0 100644 --- a/lib/c_glib/Makefile.am +++ b/lib/c_glib/Makefile.am @@ -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 \ -- 2.17.1