|
From: Frank V. C. <fr...@us...> - 2000-10-25 12:22:10
|
Update of /cvsroot/corelinux/clfw/src/libs/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv31756/clfw Modified Files: Makefile.am Added Files: Prototype.cpp Log Message: 116488, 116738 ***** 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.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Makefile.am 2000/10/23 04:05:53 1.11 --- Makefile.am 2000/10/25 12:22:08 1.12 *************** *** 20,23 **** --- 20,24 ---- MetaType.cpp \ FrameworkEntity.cpp \ + Prototype.cpp \ Boolean.cpp \ Number.cpp \ |