summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-30 15:47:39 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-30 15:47:39 +0200
commit314deb61851a0ddc37228d24e9f4eb106461370a (patch)
tree8039b447b2bc3a48937a2adf69a78aee4ffe2ece /configure.in
parent6c36673949b2256158e8914119d218dce311c585 (diff)
build system for perf/C and perf/C++
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 20beb1c..d4e60c5 100644
--- a/configure.in
+++ b/configure.in
@@ -275,7 +275,8 @@ AC_FUNC_MALLOC
AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
-AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile)
+AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
+ perf/Makefile perf/c/Makefile perf/cpp/Makefile)
AC_MSG_RESULT([])
AC_MSG_RESULT([ ******************************************************** ])