From: stephan b. <sg...@us...> - 2004-12-29 20:55:46
|
Update of /cvsroot/pclasses/pclasses2/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26451/lib Modified Files: Makefile.toc Log Message: Some unfortunate linker changes, due to inter-module deps. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/lib/Makefile.toc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.toc 29 Dec 2004 19:56:44 -0000 1.3 +++ Makefile.toc 29 Dec 2004 20:55:36 -0000 1.4 @@ -17,9 +17,9 @@ Unicode/lib$(LIBPUNICODE_BASENAME) \ Util/lib$(LIBPUTIL_BASENAME) \ s11n/lib$(LIBPS11N_BASENAME) \ - SIO/lib$(LIBPS11N_BASENAME) \ + SIO/lib$(LIBPSIO_BASENAME) \ ) -pliblist := $(addsuffix .so,$(pliblist)) +pliblist := $(wildcard $(addsuffix .so*,$(pliblist))) SYM_LIST = $(pliblist) |