[poppler] poppler/poppler: Makefile.am,1.4,1.5

Kristian Hogsberg krh at freedesktop.org
Tue Apr 12 08:37:41 PDT 2005


Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv25896/poppler

Modified Files:
	Makefile.am 
Log Message:
2005-04-12  Kristian Høgsberg  <krh at redhat.com>

        * configure.ac: Add fontconfig to PKG_CHECK_MODULES for the cairo
        backend too, since we shouldn't depend on cairo.pc to pull that in
        for us.

        * poppler/Makefile.am (INCLUDES): Add $(splash_includes) to
        INCLUDES to make sure the fontconfig include path is added when
        using the splash backend.



Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/poppler/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	4 Apr 2005 21:50:56 -0000	1.4
+++ Makefile.am	12 Apr 2005 15:37:39 -0000	1.5
@@ -51,6 +51,7 @@
 
 INCLUDES =					\
 	-I$(top_srcdir)				\
+	$(splash_includes)			\
 	$(cairo_includes)			\
 	-DDATADIR=\""$(datadir)"\"
 



More information about the poppler mailing list