Commit 1a655045 authored by malosek's avatar malosek

ruby directory moved into bindings dir

parent c63387ca
if BUILD_RUBY
DIR_R = ruby
endif
if BUILD_PERF if BUILD_PERF
DIR_PERF = perf DIR_PERF = perf
endif endif
SUBDIRS = src $(DIR_R) $(DIR_PERF) devices bindings SUBDIRS = src $(DIR_PERF) devices bindings
DIST_SUBDIRS = src ruby perf devices bindings DIST_SUBDIRS = src perf devices bindings
EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2 EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2
dist-hook: dist-hook:
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
...@@ -6,6 +6,10 @@ if BUILD_PYTHON ...@@ -6,6 +6,10 @@ if BUILD_PYTHON
DIR_P = python DIR_P = python
endif endif
SUBDIRS = $(DIR_J) $(DIR_P) if BUILD_RUBY
DIST_SUBDIRS = java python DIR_R = ruby
endif
SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R)
DIST_SUBDIRS = java python ruby
...@@ -489,7 +489,7 @@ AC_TYPE_SIGNAL ...@@ -489,7 +489,7 @@ AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs) AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile bindings/python/Makefile \ 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 \ bindings/java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
perf/python/Makefile perf/ruby/Makefile perf/java/Makefile src/libzmq.pc \ perf/python/Makefile perf/ruby/Makefile perf/java/Makefile src/libzmq.pc \
devices/Makefile devices/zmq_forwarder/Makefile bindings/Makefile) devices/Makefile devices/zmq_forwarder/Makefile bindings/Makefile)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment