summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMark Slee <mcslee@apache.org>2006-09-01 22:20:32 +0000
committerMark Slee <mcslee@apache.org>2006-09-01 22:20:32 +0000
commitc29613f7ada3733fdc88fc5b5c61bfc82e0f2b70 (patch)
tree4e0307244a80499b0cea7984486ecc165ee990b2 /configure.ac
parentd3d733a06100cbbb15b86c38b0702dd04a25e107 (diff)
downloadthrift-c29613f7ada3733fdc88fc5b5c61bfc82e0f2b70.tar.gz
Point Thrift bootrapping code to compiler/py instead of compiler
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 54f19603c..468cf61e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,6 @@ AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_SUBDIRS([compiler lib/cpp lib/php])
+AC_CONFIG_SUBDIRS([compiler/py lib/cpp lib/php])
AC_OUTPUT