diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-25 13:56:53 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-25 13:56:53 +0000 |
commit | 5996be7fd5d287305823d364d49b8a2bb4a5c7c8 (patch) | |
tree | 42de2db3457cedb6145e59b7ed0fa3768b3e7958 /Build/source/texk/dvipdfm-x/Makefile.am | |
parent | 65dd3e96578b3c869dc8de2092ec0c6ae4f33e74 (diff) |
Move all files without #ifdef XETEX to libutil.a
git-svn-id: svn://tug.org/texlive/trunk@34721 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 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Build/source/texk/dvipdfm-x/Makefile.am b/Build/source/texk/dvipdfm-x/Makefile.am index f651383e9af..ffa0b98a60e 100644 --- a/Build/source/texk/dvipdfm-x/Makefile.am +++ b/Build/source/texk/dvipdfm-x/Makefile.am @@ -28,6 +28,7 @@ libutil_a_SOURCES = \ bmpimage.h \ cff.c \ cff.h \ + cff_dict.c \ cff_dict.h \ cff_limits.h \ cff_stdstr.h \ @@ -40,8 +41,10 @@ libutil_a_SOURCES = \ cidtype0.h \ cidtype2.c \ cidtype2.h \ + cmap.c \ cmap.h \ cmap_p.h \ + cmap_read.c \ cmap_read.h \ cmap_write.c \ cmap_write.h \ @@ -68,6 +71,7 @@ libutil_a_SOURCES = \ mem.h \ mfileio.c \ mfileio.h \ + mpost.c \ mpost.h \ numbers.c \ numbers.h \ @@ -78,6 +82,7 @@ libutil_a_SOURCES = \ pdfcolor.c \ pdfcolor.h \ pdfdev.h \ + pdfdoc.c \ pdfdoc.h \ pdfdraw.c \ pdfdraw.h \ @@ -88,6 +93,7 @@ libutil_a_SOURCES = \ pdffont.c \ pdffont.h \ pdflimits.h \ + pdfnames.c \ pdfnames.h \ pdfobj.c \ pdfobj.h \ @@ -97,6 +103,7 @@ libutil_a_SOURCES = \ pdfresource.h \ pdfximage.c \ pdfximage.h \ + pkfont.c \ pkfont.h \ pngimage.c \ pngimage.h \ @@ -114,17 +121,20 @@ libutil_a_SOURCES = \ spc_html.h \ spc_misc.c \ spc_misc.h \ + spc_pdfm.c \ spc_pdfm.h \ spc_tpic.c \ spc_tpic.h \ spc_util.h \ spc_util.c \ + spc_xtx.c \ spc_xtx.h \ specials.c \ specials.h \ subfont.c \ subfont.h \ system.h \ + t1_char.c \ t1_char.h \ t1_load.c \ t1_load.h \ @@ -146,6 +156,7 @@ libutil_a_SOURCES = \ tt_table.h \ type0.c \ type0.h \ + type1.c \ type1.h \ type1c.c \ type1c.h \ @@ -156,22 +167,11 @@ libutil_a_SOURCES = \ xbb.c dvipdfmx_SOURCES = \ - cff_dict.c \ - cmap.c \ - cmap_read.c \ dvi.c \ dvipdfmx.c \ fontmap.c \ fontmap.h \ - mpost.c \ - pdfdev.c \ - pdfdoc.c \ - pdfnames.c \ - pkfont.c \ - spc_pdfm.c \ - spc_xtx.c \ - t1_char.c \ - type1.c + pdfdev.c nodist_xdvipdfmx_SOURCES = $(dvipdfmx_SOURCES) |