From: Rafael L. <rla...@us...> - 2003-02-25 19:26:17
|
Update of /cvsroot/plplot/plplot/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv16262/drivers Modified Files: Makefile.am Log Message: Changed the libplplot and libplplottcltk variables to point to the .la files in ../src and ../bindings/tcl. This is the right way to do things with libtool, since the previous method with the "-L" and "-l" options can mistakenly load the installed libraries in the standard location /usr/lib. I ran into this bug quite by accident... |