summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 12:05:20 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-06-18 12:05:20 +0000
commit1c0abb83d537ef1e3b95ebd92c646a5d70793d93 (patch)
tree2160b7be9a4d3b5facf852176410dd70b43a0a99 /Build/source/texk/web2c/Makefile.am
parent862f90359ce158a261692c35129db2e48ebdeaa6 (diff)
texk/web2c: Better handling of native subdirectory web2c/web2c
Add gmp and mpfr libraries in preparation for Metapost 2.0 git-svn-id: svn://tug.org/texlive/trunk@34290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.am')
-rw-r--r--Build/source/texk/web2c/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/Makefile.am b/Build/source/texk/web2c/Makefile.am
index 8f5238f644c..7801f2a03ab 100644
--- a/Build/source/texk/web2c/Makefile.am
+++ b/Build/source/texk/web2c/Makefile.am
@@ -1,4 +1,4 @@
-## Makefile.am for the TeX Live subdirectory texk/web2c/
+## Makefile.am for the TeX Live subdirectory texk/web2c/.
##
## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
@@ -97,7 +97,11 @@ $(proglib): ${srcdir}/lib/*.c
@PIXMAN_RULE@
## Rebuild libcairo
@CAIRO_RULE@
-## Rebuild libxpdf & Co
+## Rebuild libgmp
+@GMP_RULE@
+## Rebuild libmpfr
+@MPFR_RULE@
+## Rebuild libxpdf
@XPDF_RULE@
## Rebuild poppler
@POPPLER_RULE@