From 98b96fccc5df7166a0efc02881a13fbb84e29af6 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 ef2bc7871..3c931e0d9 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.47.2