summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-09-04 16:21:39 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-09-04 16:21:39 +0200
commit63b56d7fb38624c32111f9188d54b6fefb10a0e5 (patch)
treea87f9dbaebea517e4807b3b7b0499849b470cfdf /configure.in
parent4307baf7bcc71ca91da0175e79cdfbf6cc1ad770 (diff)
python perf tests are included into distribution package
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f1789b6..8feef7b 100644
--- a/configure.in
+++ b/configure.in
@@ -328,7 +328,8 @@ AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
- java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile)
+ java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
+ perf/python/Makefile)
AC_MSG_RESULT([])
AC_MSG_RESULT([ ******************************************************** ])