diff options
author | malosek <malosek@fastmq.com> | 2009-09-16 17:06:59 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-16 17:06:59 +0200 |
commit | 1a655045951c29edda0b616640b9dac507cda164 (patch) | |
tree | 6cd013eda2331cd5a19e3cd19d14f35b997f3a7d /configure.in | |
parent | c63387ca3657848c0eaa8014a863148c1e6525ff (diff) |
ruby directory moved into bindings dir
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index eee00c3..f518509 100644 --- a/configure.in +++ b/configure.in @@ -489,7 +489,7 @@ AC_TYPE_SIGNAL AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs) AC_OUTPUT(Makefile src/Makefile bindings/python/Makefile \ - bindings/python/setup.py ruby/Makefile \ + bindings/python/setup.py bindings/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) |