X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/4af1c336b984984e98bffc3c6d6c6bc540422228..5bd808a6591d299489a6e7af6a4c00ae40410e35:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 5b393f7..101d533 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,12 @@ SUBDIRS += t ###-------------------------------------------------------------------------- ### Distribution. +## Make sure the precomputed tables are available. Hang this off of any +## distributed file. +mLib.pc.in: ensure-precomp-libs +ensure-precomp-libs: + for d in ui utils; do (cd $$d && $(MAKE) all) || exit 1; done + ## Release number. dist-hook:: echo $(VERSION) >$(distdir)/RELEASE