diff options
author | David Reiss <dreiss@apache.org> | 2009-02-07 02:37:00 +0000 |
---|---|---|
committer | David Reiss <dreiss@apache.org> | 2009-02-07 02:37:00 +0000 |
commit | 576dfdcda75667d6e892df0b5a4508d7bddbcef4 (patch) | |
tree | ca7911d58f810004e7a742ca1bda66e144952f65 | |
parent | 4bec874d826338bb925146610aef807670afc0f7 (diff) | |
download | thrift-576dfdcda75667d6e892df0b5a4508d7bddbcef4.tar.gz |
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
-rw-r--r-- | contrib/fb303/cpp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fb303/cpp/Makefile.am b/contrib/fb303/cpp/Makefile.am index dc0955b5e..19a768d1a 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 |