python perf tests are included into distribution package

This commit is contained in:
Martin Sustrik 2009-09-04 16:21:39 +02:00
parent 4307baf7bc
commit 63b56d7fb3
3 changed files with 9 additions and 3 deletions

View File

@ -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([ ******************************************************** ])

View File

@ -1,2 +1,2 @@
SUBDIRS = c cpp
DIST_SUBDIRS = c cpp
SUBDIRS = c cpp python
DIST_SUBDIRS = c cpp python

5
perf/python/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
EXTRA_DIST = \
local_lat.py \
remote_lat.py \
local_thr.py \
remote_thr.py