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
2 files changed
tree: 5e51a829c07eee64abb31b916d12d2f797a7377c
  1. compiler/
  2. doc/
  3. lib/
  4. test/
  5. bootstrap.sh
  6. cleanup.sh
  7. configure.ac
  8. README