From 576dfdcda75667d6e892df0b5a4508d7bddbcef4 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Sat, 7 Feb 2009 02:37:00 +0000 Subject: [PATCH] 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 --- contrib/fb303/cpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1