diff options
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/am/libpdftex.am')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/am/libpdftex.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/am/libpdftex.am b/Build/source/texk/web2c/pdftexdir/am/libpdftex.am index 0842c91fd14..e26eb4bfd67 100644 --- a/Build/source/texk/web2c/pdftexdir/am/libpdftex.am +++ b/Build/source/texk/web2c/pdftexdir/am/libpdftex.am @@ -21,6 +21,7 @@ libpdftex_a_SOURCES = \ pdftexdir/image.h \ pdftexdir/mapfile.c \ pdftexdir/pdftex.h \ + pdftexdir/pdftex-common.h \ pdftexdir/pdftoepdf.cc \ pdftexdir/pkin.c \ pdftexdir/ptexlib.h \ @@ -48,11 +49,6 @@ libpdftex_a_SOURCES += \ pdftexdir/regex/regex.h endif MINGW32 -## FIXME: temporary additional headers: -libpdftex_a_SOURCES += \ - pdftexdir/inc-epdf.h \ - pdftexdir/inc-extra.h - # We must create pdftexd.h (and xpdf...) before building the libpdftex_a_OBJECTS. $(libpdftex_a_OBJECTS): pdftexd.h $(XPDF_DEPEND) $(ZLIB_DEPEND) $(LIBPNG_DEPEND) |