[poppler] poppler/utils: Makefile.am,1.9,1.9.2.1

Albert Astals Cid aacid at kemper.freedesktop.org
Mon Sep 25 13:34:28 PDT 2006


Update of /cvs/poppler/poppler/utils
In directory kemper:/tmp/cvs-serv14889/utils

Modified Files:
      Tag: POPPLER_0_5_X
	Makefile.am 
Log Message:
        * glib/Makefile.am
        * qt/Makefile.am
        * qt4/src/Makefile.am
        * qt4/tests/Makefile.am
        * test/Makefile.am
        * utils/Makefile.am: Add FONTCONFIG_CFLAGS FONTCONFIG_LIBS for people
        that need them. Patch by morfoh at opensde.org. Fixes bug #8415


Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/utils/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- Makefile.am	12 Apr 2006 02:07:07 -0000	1.9
+++ Makefile.am	25 Sep 2006 20:34:26 -0000	1.9.2.1
@@ -14,11 +14,13 @@
 	-I$(top_srcdir)				\
 	-I$(top_srcdir)/utils			\
 	-I$(top_srcdir)/poppler			\
-	$(UTILS_CFLAGS)
+	$(UTILS_CFLAGS)				\
+	$(FONTCONFIG_CFLAGS)
 
 LDADD =						\
 	$(top_builddir)/poppler/libpoppler.la	\
-	$(UTILS_LIBS)
+	$(UTILS_LIBS)				\
+	$(FONTCONFIG_LIBS)
 
 bin_PROGRAMS =					\
 	pdffonts				\



More information about the poppler mailing list