Thrift: Install reflection_limited.thrift
authorDavid Reiss <dreiss@apache.org>
Wed, 29 Aug 2007 00:58:14 +0000 (00:58 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 29 Aug 2007 00:58:14 +0000 (00:58 +0000)
commit1ac120f1598a5bc8c9077448a3191c440be82b1d
tree0600a3efe344ca5f2799995afa4ce69222de33bf
parent1746e30c913d76681ad5ec788cd5ab82f67ecbd0
Thrift: Install reflection_limited.thrift

Summary:
Building fb303 is hard enough without including limited reflection.
This change will install reflection_limited.thrift into /usr/share/thrift/if
so it will be easier for fb303 to find (we won't have to dig it out of the
thrift source directory).

Reviewed By: mcslee, marc

Test Plan:
./bootstrap.sh && ./configure && make && sudo make install
(on my vmware box).

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665230 13f79535-47bb-0310-9956-ffa450edef68
bootstrap.sh
cleanup.sh
configure.ac
if/Makefile.am [new file with mode: 0644]
if/bootstrap.sh [new file with mode: 0755]
if/cleanup.sh [new file with mode: 0755]
if/configure.ac [new file with mode: 0644]