summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarlo Bramini <carlo.bramix@libero.it>2008-10-06 19:32:27 +0200
committerAlbert Astals Cid <aacid@kde.org>2008-10-06 19:35:46 +0200
commitc7b87f3b8cbbcca29a1974debc2233f621a2e33b (patch)
tree58fc24aea6614aa0df5b63409445fbe5d57a1f0c /test
parente92255296511cae9cbbac8de800d8b26e5f681f1 (diff)
Fix link on Mingw+Msys
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index b7212296..0ec255f6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -68,8 +68,8 @@ pdf_inspector_SOURCES = \
pdf-inspector.cc
pdf_inspector_LDADD = \
- $(top_builddir)/poppler/libpoppler.la \
$(top_builddir)/poppler/libpoppler-cairo.la \
+ $(top_builddir)/poppler/libpoppler.la \
$(CAIRO_LIBS) \
$(FREETYPE_LIBS) \
$(GTK_TEST_LIBS)