X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/3ac6fc5f908dde89522ba92946a0cb85aabd4bc1..6f67ad83171d23c0abecde72be8505d9b1faa943:/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