From: David Reiss Date: Sat, 7 Feb 2009 02:37:00 +0000 (+0000) Subject: THRIFT-292. Install fb303.thrift in a more sensible location X-Git-Tag: 0.2.0~316 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=576dfdcda75667d6e892df0b5a4508d7bddbcef4;p=common%2Fthrift.git THRIFT-292. Install fb303.thrift in a more sensible location thrift_home is the Thrift installation we are using. We shouldn't be trying to install back into it. Use $(prefix) instead. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@741831 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/contrib/fb303/cpp/Makefile.am b/contrib/fb303/cpp/Makefile.am index dc0955b5..19a768d1 100644 --- a/contrib/fb303/cpp/Makefile.am +++ b/contrib/fb303/cpp/Makefile.am @@ -54,7 +54,7 @@ $(eval $(call thrift_template,.,../if/fb303.thrift,-I $(thrift_home)/share --ge include_fb303dir = $(includedir)/thrift/fb303 include_fb303_HEADERS = FacebookBase.h ServiceTracker.h gen-cpp/FacebookService.h gen-cpp/fb303_constants.h gen-cpp/fb303_types.h -include_fb303ifdir = $(thrift_home)/share/fb303/if +include_fb303ifdir = $(prefix)/share/fb303/if include_fb303if_HEADERS = ../if/fb303.thrift BUILT_SOURCES = thriftstyle