commit | cb09cfa3220dff831acf7256179a6ec60874aec0 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Sat Jan 27 01:58:17 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | Sat Jan 27 01:58:17 2007 +0000 |
tree | 01b2704ecee342c644ea7a0e8c0585c968171c3d | |
parent | 6d7d5958586e5021f84f9a7c36bbc58b47c1c6b2 [diff] |
Update configure.ac to include compiler/cpp directory Reviewed By: aditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664954 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configure.ac b/configure.ac index 8168a12..0d1207d 100644 --- a/configure.ac +++ b/configure.ac
@@ -8,6 +8,6 @@ AC_CONFIG_FILES([Makefile]) -AC_CONFIG_SUBDIRS([lib/cpp lib/php lib/py]) +AC_CONFIG_SUBDIRS([compiler/cpp lib/cpp lib/php lib/py]) AC_OUTPUT