Makefile.am | 2 ++ poppler/Hints.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
New commits: commit dcfaf20503868d0956ee81208265a975b480fb52 Author: Albert Astals Cid <[email protected]> Date: Mon May 27 23:40:49 2013 +0200 Dist these two files too diff --git a/Makefile.am b/Makefile.am index a9f5db1..01d2fdf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,6 +68,8 @@ EXTRA_DIST += \ utils/CMakeLists.txt \ CMakeLists.txt \ ConfigureChecks.cmake \ + cmake/modules/CheckFileOffsetBits.c \ + cmake/modules/CheckFileOffsetBits.cmake \ cmake/modules/COPYING-CMAKE-SCRIPTS \ cmake/modules/FindCairo.cmake \ cmake/modules/FindFontconfig.cmake \ commit de7a3fb715811be6be9ed51b1c5ab1a63c523403 Author: Albert Astals Cid <[email protected]> Date: Mon May 27 23:40:07 2013 +0200 Add missing copyright diff --git a/poppler/Hints.cc b/poppler/Hints.cc index 90335f6..49e201d 100644 --- a/poppler/Hints.cc +++ b/poppler/Hints.cc @@ -6,7 +6,7 @@ // // Copyright 2010, 2012 Hib Eris <[email protected]> // Copyright 2010, 2011, 2013 Albert Astals Cid <[email protected]> -// Copyright 2010 Pino Toscano <[email protected]> +// Copyright 2010, 2013 Pino Toscano <[email protected]> // Copyright 2013 Adrian Johnson <[email protected]> // //======================================================================== _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
