summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 17:00:32 +0200
committermalosek <malosek@fastmq.com>2009-09-16 17:00:32 +0200
commitc63387ca3657848c0eaa8014a863148c1e6525ff (patch)
treef4e6e1d58ca7c14f35cb98365b85dd88e1c3af91 /configure.in
parent1b2a426656134b85ff4c75cb0cccbc53f2b83447 (diff)
python directory moved into bindings dir
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 1cdfd34..eee00c3 100644
--- a/configure.in
+++ b/configure.in
@@ -488,7 +488,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 bindings/python/Makefile \
+ bindings/python/setup.py ruby/Makefile \
bindings/java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
perf/python/Makefile perf/ruby/Makefile perf/java/Makefile src/libzmq.pc \
devices/Makefile devices/zmq_forwarder/Makefile bindings/Makefile)