]> granicus.if.org Git - graphviz/commitdiff
fix "make test_ruby"
authorellson <devnull@localhost>
Thu, 27 Sep 2007 19:39:47 +0000 (19:39 +0000)
committerellson <devnull@localhost>
Thu, 27 Sep 2007 19:39:47 +0000 (19:39 +0000)
tclpkg/gv/Makefile.am

index cf5eb91e186cfeca9221b847d5a898e264a16963..489bcafee7ac20ae1ea33028548188e287afda5f 100644 (file)
@@ -313,10 +313,10 @@ test_python: _gv.la
                PYTHONPATH=. $(PYTHON) test.py)
 
 .PHONY: test_ruby
-test_ruby: gv.la
+test_ruby: libgv_ruby.la
        -(mkdir -p test_ruby; cd test_ruby; \
                ln -fs ../.libs/libgv_ruby.so gv.so; \
-               ln -fs ../.libs/gv.so ../$(srcdir)/*.dot ../$(srcdir)/*.rb .; \
+               ln -fs ../$(srcdir)/*.dot ../$(srcdir)/*.rb .; \
                $(RUBY) test.rb)
 
 .PHONY: test_tcl