|
From: Frank V. C. <fr...@us...> - 2000-10-20 11:37:56
|
Update of /cvsroot/corelinux/clfw/src/libs/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv6265/src/libs/clfw Modified Files: Makefile.am Added Files: UnsignedInteger.cpp Log Message: 116956 UnsignedInteger ***** Error reading new file: (2, 'No such file or directory') Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/src/libs/clfw/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile.am 2000/10/16 03:05:47 1.7 --- Makefile.am 2000/10/20 11:37:52 1.8 *************** *** 19,23 **** RealNumber.cpp \ Integer.cpp \ ! ShortInteger.cpp LIBS = --- 19,24 ---- RealNumber.cpp \ Integer.cpp \ ! ShortInteger.cpp \ ! UnsignedInteger.cpp LIBS = |