diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-10-01 11:07:43 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-10-01 11:07:43 +0000 |
commit | 6eb2ddd9bea7ebbf783ffc2b4948e07218437255 (patch) | |
tree | cb98ca18fb4e1af2b30f4aed094c15b1a29e98af /Build/source/texk/dvipdfm-x/Makefile.am | |
parent | 508eb38cd382a3545f29854b0855375399c08631 (diff) |
dvipdfm-x: Reduce dvipdfmx/xdvipdfmx diffs
git-svn-id: svn://tug.org/texlive/trunk@31804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/Makefile.am')
-rw-r--r-- | Build/source/texk/dvipdfm-x/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/texk/dvipdfm-x/Makefile.am b/Build/source/texk/dvipdfm-x/Makefile.am index 38186062385..007a076b288 100644 --- a/Build/source/texk/dvipdfm-x/Makefile.am +++ b/Build/source/texk/dvipdfm-x/Makefile.am @@ -54,6 +54,7 @@ libutil_a_SOURCES = \ dvi.h \ dvicodes.h \ dvipdfmx.h \ + epdf.c \ epdf.h \ error.c \ error.h \ @@ -74,6 +75,7 @@ libutil_a_SOURCES = \ pdfcolor.h \ pdfdev.h \ pdfdoc.h \ + pdfdraw.c \ pdfdraw.h \ pdfencrypt.c \ pdfencrypt.h \ @@ -81,11 +83,13 @@ libutil_a_SOURCES = \ pdfencoding.h \ pdflimits.h \ pdfnames.h \ + pdfobj.c \ pdfobj.h \ pdfparse.c \ pdfparse.h \ pdfresource.c \ pdfresource.h \ + pdfximage.c \ pdfximage.h \ pkfont.h \ pngimage.c \ @@ -94,7 +98,9 @@ libutil_a_SOURCES = \ pst.h \ pst_obj.c \ pst_obj.h \ + spc_color.c \ spc_color.h \ + spc_dvips.c \ spc_dvips.h \ spc_html.c \ spc_html.h \ @@ -105,6 +111,8 @@ libutil_a_SOURCES = \ spc_tpic.h \ spc_util.h \ spc_util.c \ + spc_xtx.h \ + specials.c \ specials.h \ subfont.c \ subfont.h \ @@ -141,27 +149,19 @@ dvipdfmx_SOURCES = \ cmap_read.c \ dvi.c \ dvipdfmx.c \ - epdf.c \ fontmap.c \ fontmap.h \ mpost.c \ pdfdev.c \ pdfdoc.c \ - pdfdraw.c \ pdffont.c \ pdffont.h \ pdfnames.c \ - pdfobj.c \ - pdfximage.c \ pkfont.c \ sfnt.c \ sfnt.h \ - spc_color.c \ - spc_dvips.c \ spc_pdfm.c \ spc_xtx.c \ - spc_xtx.h \ - specials.c \ t1_char.c \ t1_load.c \ truetype.c \ |