On Wed, Dec 31, 2008 at 12:56:38 +0100, Aleksander Morgado wrote: > Library now compiles correctly after applying this patch, but not the > runtests binary in the "torture/unit" dir: > make[2]: *** No rule to make target `../../../src/libgnupdf.la', ... > I just created a "build" directory in the top src dir, and run > ../configure & make from within that "build" directory.
Thanks. Test support wasn't being built on my system because Check wasn't installed. This additional patch fixes the problem. -- Michael
=== modified file 'torture/unit/Makefile.am'
--- torture/unit/Makefile.am 2008-09-22 02:23:04 +0000
+++ torture/unit/Makefile.am 2009-01-01 00:19:03 +0000
@@ -43,7 +43,7 @@
noinst_PROGRAMS = runtests
LDADD = $(CHECK_LIBS) \
- $(top_srcdir)/src/libgnupdf.la \
+ $(top_builddir)/src/libgnupdf.la \
$(INTL_MACOSX_LIBS) \
$(ICONV_LIBS)
signature.asc
Description: Digital signature
