[poppler] Branch 'poppler-0.14' - cpp/tests

Pino Toscano pino at kemper.freedesktop.org
Fri Jun 18 15:03:08 PDT 2010


 cpp/tests/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5563ccbb20e4a19ec8415d0108b0089a079b9ab2
Author: Pino Toscano <pino at kde.org>
Date:   Fri Jun 18 23:59:04 2010 +0200

    [autotools] link the 'cpp' tests against libpoppler as well
    
    ... this way gatof() can be found correctly
    should fix bug #28605

diff --git a/cpp/tests/Makefile.am b/cpp/tests/Makefile.am
index b01d3b9..d2544a5 100644
--- a/cpp/tests/Makefile.am
+++ b/cpp/tests/Makefile.am
@@ -4,6 +4,7 @@ INCLUDES =					\
 	-I$(top_srcdir)/cpp
 
 LDADDS =					\
+	$(top_builddir)/poppler/libpoppler.la	\
 	$(top_builddir)/cpp/libpoppler-cpp.la
 
 


More information about the poppler mailing list