diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:45:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:45:16 +0000 |
commit | 9c241c5d2d9413361d32567876c35b2b9e2754c9 (patch) | |
tree | 754aab0f779c0c574897fb6bd6f67f9d722c9ac2 /Build/source/libs/xpdf/fofi/Makefile.am | |
parent | 207e0fee56e671a0913674ee3f71701bb9d84768 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12446 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/fofi/Makefile.am')
-rw-r--r-- | Build/source/libs/xpdf/fofi/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/fofi/Makefile.am b/Build/source/libs/xpdf/fofi/Makefile.am new file mode 100644 index 00000000000..7e6fda7ef0d --- /dev/null +++ b/Build/source/libs/xpdf/fofi/Makefile.am @@ -0,0 +1,12 @@ +## Proxy Makefile.am to build xpdf FoFi library for TeX Live. +## +## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## +## This file is free software; the copyright holder +## gives unlimited permission to copy and/or distribute it, +## with or without modifications, as long as this notice is preserved. +## +SRCDIR = $(top_srcdir)/$(XPDF_TREE)/fofi + +include $(top_srcdir)/hdrs.am + |