diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-06-18 07:28:40 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-06-18 07:28:40 +0000 |
commit | a1f335c78875f567185cca8aa8edd88bbce4a202 (patch) | |
tree | b6e47e0f56f8f6ce800e130e5de2326f6c865a4b | |
parent | 985b0473ba6547b7f6d10113d0fc8b2939de1b79 (diff) |
poppler 0.45.0
git-svn-id: svn://tug.org/texlive/trunk@41479 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/libs/poppler/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/libs/poppler/Makefile.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/poppler/Makefile.am b/Build/source/libs/poppler/Makefile.am index 6ba16de7175..69998a81d84 100644 --- a/Build/source/libs/poppler/Makefile.am +++ b/Build/source/libs/poppler/Makefile.am @@ -41,8 +41,8 @@ nodist_libpoppler_a_SOURCES = \ goo_libGoo_a_sources = \ @POPPLER_TREE@/goo/gfile.cc \ - @POPPLER_TREE@/goo/gmem.cc \ @POPPLER_TREE@/goo/glibc.cc \ + @POPPLER_TREE@/goo/gmem.cc \ @POPPLER_TREE@/goo/gmempp.cc \ @POPPLER_TREE@/goo/grandom.cc \ @POPPLER_TREE@/goo/gstrtod.cc \ diff --git a/Build/source/libs/poppler/Makefile.in b/Build/source/libs/poppler/Makefile.in index 0311136b700..636b71bfb57 100644 --- a/Build/source/libs/poppler/Makefile.in +++ b/Build/source/libs/poppler/Makefile.in @@ -11,6 +11,7 @@ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +# @SET_MAKE@ |