From 203a6018eb576bf1898a7eccf707df73e03d2898 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 13 Aug 2008 02:57:18 -0400 Subject: [PATCH] Added a rule for building the 'lib' directory. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 995e11c1..c491aa1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -347,6 +347,9 @@ $(top_builddir)/doc/refman.pdf: $(top_builddir)/doc/html/index.html docs: pdf $(top_builddir)/doc/refman.pdf +libs: + (cd lib; make) + ###################################################################### copy-sources: