X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/4af1c336b984984e98bffc3c6d6c6bc540422228..51c4088bc2e1e19b5664e956131fff5868701c6e:/vars.am diff --git a/vars.am b/vars.am index 2450f28..33f5495 100644 --- a/vars.am +++ b/vars.am @@ -83,13 +83,6 @@ UTIL_LIBS = \ $(top_builddir)/ui/libui.la \ $(top_builddir)/utils/libutils.la -## Making sure they're built properly. Without this, `make dist' on a bare -## source tree fails hopelessly. -build_util_libs = \ - for i in ui utils; do \ - (cd $(top_builddir)/$$i && $(MAKE) lib$$i.la) || exit 1; \ - done - ###-------------------------------------------------------------------------- ### Testing.