From 03061fdae49842556c9ff48e61914fc88502e1d8 Mon Sep 17 00:00:00 2001 From: Tim Mooney Date: Thu, 13 Nov 2008 22:32:22 +0100 Subject: Fix build on Solaris 10 + Sun Studio 12. Fixes bug 17496 --- test/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 0ec255f6..6abef193 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -72,7 +72,8 @@ pdf_inspector_LDADD = \ $(top_builddir)/poppler/libpoppler.la \ $(CAIRO_LIBS) \ $(FREETYPE_LIBS) \ - $(GTK_TEST_LIBS) + $(GTK_TEST_LIBS) \ + $(X_EXTRA_LIBS) perf_test_SOURCES = \ perf-test.cc \ @@ -80,7 +81,8 @@ perf_test_SOURCES = \ perf_test_LDADD = \ $(top_builddir)/poppler/libpoppler.la \ - $(FREETYPE_LIBS) + $(FREETYPE_LIBS) \ + $(X_EXTRA_LIBS) pdf_fullrewrite_SOURCES = \ pdf-fullrewrite.cc -- cgit v1.2.3