You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/02/07 03:37:00 UTC

svn commit: r741831 - /incubator/thrift/trunk/contrib/fb303/cpp/Makefile.am

Author: dreiss
Date: Sat Feb  7 02:37:00 2009
New Revision: 741831

URL: http://svn.apache.org/viewvc?rev=741831&view=rev
Log:
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.

Modified:
    incubator/thrift/trunk/contrib/fb303/cpp/Makefile.am

Modified: incubator/thrift/trunk/contrib/fb303/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/contrib/fb303/cpp/Makefile.am?rev=741831&r1=741830&r2=741831&view=diff
==============================================================================
--- incubator/thrift/trunk/contrib/fb303/cpp/Makefile.am (original)
+++ incubator/thrift/trunk/contrib/fb303/cpp/Makefile.am Sat Feb  7 02:37:00 2009
@@ -54,7 +54,7 @@
 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