diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-16 07:51:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-16 07:51:18 +0000 |
commit | 40c964e3962bb4d526b85ff38014756962cb5ad4 (patch) | |
tree | e5837aba85a239e4c2f9b957faf95177ab95e0b7 /Build/source/texk/dvipdfm-x/Makefile.am | |
parent | 834b39d83d09b29f43e02c137cbbe8c9f20b1778 (diff) |
xdvipdfmx: Bug fix from Alexey Kryukov <anagnost@yandex.ru>
git-svn-id: svn://tug.org/texlive/trunk@32425 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/Makefile.am b/Build/source/texk/dvipdfm-x/Makefile.am index 87540d6e2a0..16da1d0f756 100644 --- a/Build/source/texk/dvipdfm-x/Makefile.am +++ b/Build/source/texk/dvipdfm-x/Makefile.am @@ -33,7 +33,6 @@ libutil_a_SOURCES = \ cff_stdstr.h \ cff_types.h \ cid_basefont.h \ - cidtype0.c \ cidtype0.h \ cidtype2.h \ cmap.h \ @@ -144,6 +143,7 @@ dvipdfmx_SOURCES = \ cid.c \ cid.h \ cid_p.h \ + cidtype0.c \ cidtype2.c \ cmap.c \ cmap_read.c \ |