commit | 351e22b52afcbe9b40e0933f80b06b479dff50f4 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Tue Aug 31 16:51:19 2010 +0000 |
committer | David Reiss <dreiss@apache.org> | Tue Aug 31 16:51:19 2010 +0000 |
tree | bf08ca7a10a6adca594d44ae22111008f2ccb0ee | |
parent | f261dd795c4004c72c7efd66c4b09f66299bfc83 [diff] [blame] |
THRIFT-503. cpp: Move the tests built by "make check" under lib/cpp git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991246 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index e83b182..664a58a 100644 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am
@@ -17,6 +17,8 @@ # under the License. # +SUBDIRS = . test + pkgconfigdir = $(libdir)/pkgconfig lib_LTLIBRARIES = libthrift.la