[poppler] poppler/test: Makefile.am,1.1.1.1,1.1.1.1.2.1

Jonathan Blandford jrb at freedesktop.org
Tue Aug 23 20:19:51 PDT 2005


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

Modified Files:
      Tag: POPPLER_0_4_X
	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.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -d -r1.1.1.1 -r1.1.1.1.2.1
--- Makefile.am	3 Mar 2005 19:46:04 -0000	1.1.1.1
+++ Makefile.am	24 Aug 2005 03:19:49 -0000	1.1.1.1.2.1
@@ -16,7 +16,8 @@
 	gtk-cairo-test
 
 cairo_includes =				\
-	$(CAIRO_CFLAGS)
+	$(CAIRO_CFLAGS)				\
+	$(FREETYPE_CFLAGS)
 
 endif
 
@@ -45,4 +46,5 @@
 gtk_cairo_test_LDADD =				\
 	$(top_builddir)/poppler/libpoppler.la	\
 	$(CAIRO_LIBS)				\
+	$(FREETYPE_LIBS)			\
 	$(GTK_TEST_LIBS)



More information about the poppler mailing list