diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-09-16 09:01:26 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-09-16 09:01:26 +0000 |
commit | ed35ca7560a0e1ec82107722d95212d02e0f6120 (patch) | |
tree | 14fd43985a1c2a418f80fa2c33ebacae4fe833d5 /Build/source/texk/web2c/Makefile.am | |
parent | 4394fcebb4df6385e6d02bea16726df0dd9df005 (diff) |
Build system: Add texk/web2c/pmpostdir/ for pMetaPost and upMetaPost
git-svn-id: svn://tug.org/texlive/trunk@35184 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.am')
-rw-r--r-- | Build/source/texk/web2c/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/Makefile.am b/Build/source/texk/web2c/Makefile.am index 7801f2a03ab..1b23f6cd5ac 100644 --- a/Build/source/texk/web2c/Makefile.am +++ b/Build/source/texk/web2c/Makefile.am @@ -185,7 +185,11 @@ include $(srcdir)/am/texmf.am ## MetaPost include $(srcdir)/mplibdir/am/mplib.am -## libmplib, used by MetaPost and luaTeX +## pMetaPost and upMetaPost +include $(srcdir)/pmpostdir/am/pmpost.am + +## libmputil, libmplib, used by MetaPost and luaTeX +include $(srcdir)/mplibdir/am/libmputil.am include $(srcdir)/mplibdir/am/libmplib.am ## e-TeX |