summaryrefslogtreecommitdiff
path: root/t/cxx-lt-demo.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-09 20:13:43 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-09 20:13:43 +0200
commit98b96fccc5df7166a0efc02881a13fbb84e29af6 (patch)
tree5c63bb8edf57952cff78ce70fcd1ed3851271b35 /t/cxx-lt-demo.sh
parent0e489645fa27397850eeebf29838b368e3400d31 (diff)
downloadautomake-98b96fccc5df7166a0efc02881a13fbb84e29af6.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 't/cxx-lt-demo.sh')
-rwxr-xr-xt/cxx-lt-demo.sh2
1 files changed, 1 insertions, 1 deletions
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'