commit | d95abdd9183be7e0d895d19818dad8d8ad263e52 | [log] [tgz] |
---|---|---|
author | Marc Slemko <marc@apache.org> | Tue Jan 16 22:20:19 2007 +0000 |
committer | Marc Slemko <marc@apache.org> | Tue Jan 16 22:20:19 2007 +0000 |
tree | 21581c2947001e6a15fac927744532ff7e06abc1 | |
parent | b0fac3ee665bd369eb97d24a2079935a91e495ab [diff] [blame] |
Added autoconf/automake glue to run lib/py/setup.py as part of make install Reviewed by mslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664914 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configure.ac b/configure.ac index 468cf61..b676d31 100644 --- a/configure.ac +++ b/configure.ac
@@ -8,6 +8,6 @@ AC_CONFIG_FILES([Makefile]) -AC_CONFIG_SUBDIRS([compiler/py lib/cpp lib/php]) +AC_CONFIG_SUBDIRS([compiler/py lib/cpp lib/php lib/py]) AC_OUTPUT