automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} tests: look for '.lo' rather than '.o' object when using L


From: Stefano Lattarini
Subject: [FYI] {maint} tests: look for '.lo' rather than '.o' object when using Libtool with C++
Date: Sat, 9 Jun 2012 20:15:06 +0200

* t/cxx-lt-demo.sh: ... in this test.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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'
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]