From: Rafael L. <rla...@us...> - 2003-03-03 00:35:02
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv32194 Modified Files: Makefile.am Log Message: Put "lib" before "src" in the src_dirs list, which is later included in the SUBDIRS variable. Otherwise, the compilation in src/ fails, because it is done before the libs in lib/ are built. |