summaryrefslogtreecommitdiff
path: root/perf/Makefile.am
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-27 14:18:02 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-27 14:18:02 +0100
commitea0a44c8a964cad4276ec216319d32e95e4a4bc0 (patch)
treeff8390890873ebe30b3901a0b695c219d210a107 /perf/Makefile.am
parent45414b5444db0a1f7e325c7dce92fbe84667d093 (diff)
Ruby binding removed
Diffstat (limited to 'perf/Makefile.am')
-rw-r--r--perf/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 96dc19e..72d24be 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -10,9 +10,5 @@ if BUILD_JAVA
PERF_DIR_J = java
endif
-if BUILD_RUBY
-PERF_DIR_R = ruby
-endif
-
-SUBDIRS = $(PERF_DIR_C) $(PERF_DIR_CPP) $(PERF_DIR_J) $(PERF_DIR_R)
-DIST_SUBDIRS = c cpp java ruby
+SUBDIRS = $(PERF_DIR_C) $(PERF_DIR_CPP) $(PERF_DIR_J)
+DIST_SUBDIRS = c cpp java