X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2FMakefile.am;h=c851597f4084b77a49850c32fd9cc609f8cde2d2;hb=cdbb3ff0c9f7e26edf743ec8a1f8a39c86223789;hp=1fa0272b5e7590f07ee0f4f71bac3f6a92aba01f;hpb=aa56e3d752ed647bc1f7b877304da7fceb650e0c;p=rrdtool.git diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 1fa0272..c851597 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,4 +1,4 @@ -.PHONY: python ruby lua +.PHONY: python ruby if BUILD_TCL SUB_tcl = tcl @@ -24,7 +24,6 @@ install-data-local: test -f perl-shared/Makefile && cd perl-shared && $(MAKE) install || true test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(DESTDIR)$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true test -d python/build && cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true - test -f lua/Makefile && cd lua && $(MAKE) install || true # rules for building the ruby module # RUBYARCHDIR= is to work around in a makefile quirk not sure