Separate thrift into libthrift and libthriftnb
authorMark Slee <mcslee@apache.org>
Thu, 25 Jan 2007 08:14:50 +0000 (08:14 +0000)
committerMark Slee <mcslee@apache.org>
Thu, 25 Jan 2007 08:14:50 +0000 (08:14 +0000)
commit0788a70568640d0709e3655ba782b186fc9d9526
tree5e51a829c07eee64abb31b916d12d2f797a7377c
parent6f5e2cb3ea48815d6e1d45d95dbe69176a46926a
Separate thrift into libthrift and libthriftnb

Summary: libthriftnb is the one that requires libevent. It was really annoying that you always had to put -levent in your link step to build thrift programs when youa re not using any of the c++ nonblocking stuff. This way, if you're using nonblocking you can do that, but the normal case is easier to link.

Reviewed By: makefile

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664951 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
test/cpp/Makefile.thrift