[poppler] poppler/test: Makefile.am,1.2,1.3

Jonathan Blandford jrb at freedesktop.org
Tue Aug 23 20:21:22 PDT 2005


Update of /cvs/poppler/poppler/test
In directory gabe:/tmp/cvs-serv23432/test

Modified Files:
	Makefile.am 
Log Message:
Tue Aug 23 17:21:02 2005  Jonathan Blandford  <jrb at redhat.com>

        * test/Makefile.am (gtk_cairo_test_LDADD): add
        FREETYPE_{CFLAGS,LIBS} to the cairo deps




Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/test/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	23 Aug 2005 18:20:45 -0000	1.2
+++ Makefile.am	24 Aug 2005 03:21:20 -0000	1.3
@@ -19,7 +19,8 @@
 	pdf_inspector
 
 cairo_includes =				\
-	$(CAIRO_CFLAGS)
+	$(CAIRO_CFLAGS)				\
+	$(FREETYPE_CFLAGS)
 
 endif
 
@@ -56,4 +57,5 @@
 pdf_inspector_LDADD =				\
 	$(top_builddir)/poppler/libpoppler.la	\
 	$(CAIRO_LIBS)				\
+	$(FREETYPE_LIBS)			\
 	$(GTK_TEST_LIBS)



More information about the poppler mailing list