From c63387ca3657848c0eaa8014a863148c1e6525ff Mon Sep 17 00:00:00 2001 From: malosek Date: Wed, 16 Sep 2009 17:00:32 +0200 Subject: python directory moved into bindings dir --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') 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) -- cgit v1.2.3