thrift/lib/cpp
Mark Slee 0788a70568 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
2007-01-25 08:14:50 +00:00
..
aclocal Added ax_event_base.m4 to find and configure libevent 2007-01-17 08:32:16 +00:00
src Full automake/autoconf compliance for thrift 2007-01-25 07:58:55 +00:00
bootstrap.sh Full automake/autoconf compliance for thrift 2007-01-25 07:58:55 +00:00
cleanup.sh Full automake/autoconf compliance for thrift 2007-01-25 07:58:55 +00:00
configure.ac Full automake/autoconf compliance for thrift 2007-01-25 07:58:55 +00:00
Makefile.am Separate thrift into libthrift and libthriftnb 2007-01-25 08:14:50 +00:00
Makefile.slee autoconf/automake/libtool-ized thrift cpp bits: 2006-07-21 19:53:48 +00:00