summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 17:06:59 +0200
committermalosek <malosek@fastmq.com>2009-09-16 17:06:59 +0200
commit1a655045951c29edda0b616640b9dac507cda164 (patch)
tree6cd013eda2331cd5a19e3cd19d14f35b997f3a7d /Makefile.am
parentc63387ca3657848c0eaa8014a863148c1e6525ff (diff)
ruby directory moved into bindings dir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 82bddfe..b06c00e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,15 +1,12 @@
-if BUILD_RUBY
-DIR_R = ruby
-endif
-
if BUILD_PERF
DIR_PERF = perf
endif
-SUBDIRS = src $(DIR_R) $(DIR_PERF) devices bindings
-DIST_SUBDIRS = src ruby perf devices bindings
+SUBDIRS = src $(DIR_PERF) devices bindings
+DIST_SUBDIRS = src perf devices bindings
EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2
dist-hook:
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
+