[poppler] poppler/qt4/tests: Makefile.am,1.14,1.14.2.1

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


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

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/qt4/tests/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- Makefile.am	18 Jan 2006 22:32:13 -0000	1.14
+++ Makefile.am	25 Sep 2006 20:34:26 -0000	1.14.2.1
@@ -3,12 +3,14 @@
 	-I$(top_srcdir)/poppler			\
 	-I$(top_srcdir)/qt4/src			\
 	-I$(top_srcdir)/qt			\
+	$(FONTCONFIG_CFLAGS)			\
 	$(POPPLER_QT4_CXXFLAGS)			\
 	$(POPPLER_QTTEST_CXXFLAGS)
 
 LDADDS =					\
 	$(top_builddir)/poppler/libpoppler.la	\
 	$(top_builddir)/qt4/src/libpoppler-qt4.la	\
+	$(FONTCONFIG_LIBS)				\
 	$(POPPLER_QT4_LIBS)
 
 UT_LDADDS = $(LDADDS) $(POPPLER_QTTEST_LIBS)



More information about the poppler mailing list