From: Rafael L. <rla...@us...> - 2003-02-03 00:58:15
|
Update of /cvsroot/plplot/plplot/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv11417/drivers Modified Files: Makefile.am Log Message: Added an install-data-hook make rule for deleting all *.a files in $(driversdir) after installation. I was always bothered by the fact that Automake unnecessarily installs the static version of the dyndrv modules (those *.a files). Automake hooks are great for polishing the final result. |