[poppler] poppler/utils: Makefile.am,1.9,1.10
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Sep 25 13:43:20 PDT 2006
Update of /cvs/poppler/poppler/utils
In directory kemper:/tmp/cvs-serv24544/utils
Modified Files:
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.10
diff -u -d -r1.9 -r1.10
--- Makefile.am 12 Apr 2006 02:07:07 -0000 1.9
+++ Makefile.am 25 Sep 2006 20:43:18 -0000 1.10
@@ -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