diff options
author | Carlo Bramini <carlo.bramix@libero.it> | 2008-10-06 19:32:27 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-10-06 19:35:46 +0200 |
commit | c7b87f3b8cbbcca29a1974debc2233f621a2e33b (patch) | |
tree | 58fc24aea6614aa0df5b63409445fbe5d57a1f0c /test | |
parent | e92255296511cae9cbbac8de800d8b26e5f681f1 (diff) |
Fix link on Mingw+Msys
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
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) |