From 066c8cadf20ada22b922a1f0a8ba49c2f0d20f0b Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 9 Jun 2012 20:13:43 +0200 Subject: [PATCH] tests: look for '.lo' rather than '.o' object when using Libtool with C++ * t/cxx-lt-demo.sh: ... in this test. Signed-off-by: Stefano Lattarini --- t/cxx-lt-demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh index ef2bc78..3c931e0 100755 --- a/t/cxx-lt-demo.sh +++ b/t/cxx-lt-demo.sh @@ -53,7 +53,7 @@ TESTS = try.sh check-local: test-objs test-objs: test -f src/main.$(OBJEXT) - test -f lib/libfoo.$(OBJEXT) + test -f lib/libfoo.lo END cat > src/Makefile.am << 'END' -- 2.7.4