Skip to content

Commit

Permalink
Disable java/ruby bindings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed Dec 1, 2016
1 parent 35d9370 commit 98f5a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -34,7 +34,7 @@ AM_MAKEFLAGS = --no-print-directory
AM_YFLAGS = -d
HELP2MAN_FLAGS = --no-discard-stderr --libtool --no-info --version-string=$(VERSION) --manual="HyperDex User Manual"
TESTS_ENVIRONMENT = . $(abs_top_srcdir)/test/env.sh "${abs_top_srcdir}" "${abs_top_builddir}" "${VERSION}";
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-python-bindings --enable-java-bindings --enable-ruby-bindings
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-python-bindings

hyperdexexecdir = $(libexecdir)/$(PACKAGE)-$(VERSION)
hyperdexheaderdir = $(includedir)/hyperdex
Expand Down

0 comments on commit 98f5a38

Please sign in to comment.