[poppler] 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 d9504c0a288c84b68a516f715505d6bc94b911f5
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