diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-19 08:31:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-19 08:31:25 +0000 |
commit | 324f853c7ef10cf23765b740f3a2f5a6164ad426 (patch) | |
tree | 45d5a9d291e0caf71bb3b1470bf00c11e8a07457 /Build/source/libs/t1lib/Makefile.am | |
parent | 2df1a0de2950ebd5697b994c1bbf7c655ac271c9 (diff) |
Avoid compiler warnings on 64Bit systems
git-svn-id: svn://tug.org/texlive/trunk@18349 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/t1lib/Makefile.am')
-rw-r--r-- | Build/source/libs/t1lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/t1lib/Makefile.am b/Build/source/libs/t1lib/Makefile.am index a452a5c363f..e1c720bcdb0 100644 --- a/Build/source/libs/t1lib/Makefile.am +++ b/Build/source/libs/t1lib/Makefile.am @@ -93,7 +93,6 @@ lib_type1_sources = \ $(T1LIB_TREE)/lib/type1/arith.c \ $(T1LIB_TREE)/lib/type1/arith.h \ $(T1LIB_TREE)/lib/type1/blues.h \ - $(T1LIB_TREE)/lib/type1/bstring.c \ $(T1LIB_TREE)/lib/type1/cluts.h \ $(T1LIB_TREE)/lib/type1/curves.c \ $(T1LIB_TREE)/lib/type1/curves.h \ @@ -142,6 +141,7 @@ lib_type1_sources = \ $(T1LIB_TREE)/lib/type1/util.h lib_type1_unused = \ + $(T1LIB_TREE)/lib/type1/bstring.c \ $(T1LIB_TREE)/lib/type1/t1intf.h if build |