diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2011-04-12 14:17:47 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2011-04-12 14:17:47 +0000 |
commit | 307453997ef030ec4dfa1e876feaf0b8b8125bab (patch) | |
tree | ab2054693ba95e9ac8f6e3478b4d0175d893329f /Build/source/Makefile.in | |
parent | d95b11a25d3d9e17cc4afb9c8713ef4037567527 (diff) |
check in luatex 0.66.0
git-svn-id: svn://tug.org/texlive/trunk@22059 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index f43a4e9ee43..2e9d1e9cf92 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -51,6 +51,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-common.m4 \ $(top_srcdir)/m4/kpse-libpng-flags.m4 \ $(top_srcdir)/m4/kpse-lt-hack.m4 \ $(top_srcdir)/m4/kpse-options.m4 $(top_srcdir)/m4/kpse-pkgs.m4 \ + $(top_srcdir)/m4/kpse-poppler-flags.m4 \ $(top_srcdir)/m4/kpse-ptexenc-flags.m4 \ $(top_srcdir)/m4/kpse-setup.m4 \ $(top_srcdir)/m4/kpse-t1lib-flags.m4 \ @@ -120,6 +121,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-common.m4 \ $(top_srcdir)/libs/graphite/ac/withenable.ac \ $(top_srcdir)/libs/zziplib/ac/withenable.ac \ $(top_srcdir)/libs/xpdf/ac/withenable.ac \ + $(top_srcdir)/libs/poppler/ac/withenable.ac \ $(top_srcdir)/libs/gd/ac/withenable.ac \ $(top_srcdir)/libs/freetype2/ac/withenable.ac \ $(top_srcdir)/libs/freetype/ac/withenable.ac \ @@ -138,6 +140,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-common.m4 \ $(top_srcdir)/libs/freetype/ac/freetype.ac \ $(top_srcdir)/libs/freetype2/ac/freetype2.ac \ $(top_srcdir)/libs/gd/ac/gd.ac \ + $(top_srcdir)/libs/poppler/ac/poppler.ac \ $(top_srcdir)/libs/xpdf/ac/xpdf.ac \ $(top_srcdir)/libs/zziplib/ac/zziplib.ac \ $(top_srcdir)/libs/graphite/ac/graphite.ac \ |