From: stephan b. <sg...@us...> - 2005-01-06 17:08:06
|
Update of /cvsroot/pclasses/pclasses2/src/IO In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18732/src/IO Modified Files: Makefile.toc Log Message: Added ZLibIOFilter when zlib is active. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/IO/Makefile.toc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.toc 3 Jan 2005 18:27:55 -0000 1.6 +++ Makefile.toc 6 Jan 2005 17:07:56 -0000 1.7 @@ -11,7 +11,7 @@ URL.o ifeq (1,$(PCLASSES_HAVE_ZLIB)) - OBJECTS += ZLib.o + OBJECTS += ZLib.o ZLibIOFilter.o endif # StringDevice.o |