|
From: Frank V. C. <fr...@us...> - 2000-10-22 18:47:24
|
Update of /cvsroot/corelinux/clfw/src/libs/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv7398 Modified Files: Makefile.am Added Files: Boolean.cpp Log Message: 117407 Boolean Type ***** 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.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Makefile.am 2000/10/21 14:11:05 1.9 --- Makefile.am 2000/10/22 14:47:19 1.10 *************** *** 12,26 **** SUFFIXES = .cpp .hpp .c .h .f .F .o .moc ! SRCS = clfw.cpp \ ! ClassException.cpp \ ! UniversalIdentifier.cpp \ ! DescriptorNotFound.cpp \ ! AccessorNotFound.cpp \ ! MetaType.cpp \ ! FrameworkEntity.cpp \ ! Number.cpp \ ! RealNumber.cpp \ ! Integer.cpp \ ! ShortInteger.cpp \ UnsignedInteger.cpp --- 12,28 ---- SUFFIXES = .cpp .hpp .c .h .f .F .o .moc ! SRCS = clfw.cpp \ ! ClassException.cpp \ ! UniversalIdentifier.cpp \ ! AbstractEntityException.cpp \ ! DescriptorNotFound.cpp \ ! AccessorNotFound.cpp \ ! MetaType.cpp \ ! FrameworkEntity.cpp \ ! Boolean.cpp \ ! Number.cpp \ ! RealNumber.cpp \ ! Integer.cpp \ ! ShortInteger.cpp \ UnsignedInteger.cpp |