Allow out-of-source builds.
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:16:45 +0000 (01:16 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:16:45 +0000 (01:16 +0000)
commitc6c6498b0227119abf0fd7b41cf63b12f4c013b8
tree657ea01cf0a884947c40e8048e83af242dcee5d8
parent1a14091adc3380df570d01849b9b6002f7dc24c6
Allow out-of-source builds.

- Clean up lib/cpp/Makefile.am to use AM_CXXFLAGS etc instead of
  target-specific so we can take advantage of default flags.
- Use top_builddir in a few places instead of top_srcdir.

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