[poppler] poppler/test: Makefile.am,1.7,1.8
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Sep 25 13:43:20 PDT 2006
Update of /cvs/poppler/poppler/test
In directory kemper:/tmp/cvs-serv24544/test
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/test/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 12 Apr 2006 02:07:07 -0000 1.7
+++ Makefile.am 25 Sep 2006 20:43:18 -0000 1.8
@@ -33,7 +33,8 @@
-I$(top_srcdir)/glib \
-I$(top_builddir)/glib \
$(cairo_includes) \
- $(GTK_TEST_CFLAGS)
+ $(GTK_TEST_CFLAGS) \
+ $(FONTCONFIG_CFLAGS)
noinst_PROGRAMS = $(gtk_splash_test) $(gtk_cairo_test) $(pdf_inspector)
@@ -51,7 +52,8 @@
$(top_builddir)/poppler/libpoppler.la \
$(top_builddir)/glib/libpoppler-glib.la \
$(CAIRO_LIBS) \
- $(GTK_TEST_LIBS)
+ $(GTK_TEST_LIBS) \
+ $(FONTCONFIG_LIBS)
pdf_inspector_SOURCES = \
pdf-inspector.cc
More information about the poppler
mailing list