|
From: Frank V. C. <fr...@us...> - 2000-10-22 18:46:42
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv7337 Modified Files: Makefile.am Added Files: Boolean.hpp Log Message: 117407 Boolean Type ***** Error reading new file: (2, 'No such file or directory') Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Makefile.am 2000/10/21 14:07:50 1.11 --- Makefile.am 2000/10/22 14:46:38 1.12 *************** *** 13,28 **** SUBDIRS = LibLoad ! include_HEADERS = ClfwCommon.hpp \ ! UniversalIdentifier.hpp \ ! ClassException.hpp \ ! DescriptorNotFound.hpp \ ! AccessorNotFound.hpp \ ! MetaType.hpp \ ! FrameworkEntity.hpp \ ! Number.hpp \ ! RealNumber.hpp \ ! Integer.hpp \ ! ShortInteger.hpp \ ! UnsignedInteger.hpp \ Makefile.am --- 13,30 ---- SUBDIRS = LibLoad ! include_HEADERS = ClfwCommon.hpp \ ! UniversalIdentifier.hpp \ ! ClassException.hpp \ ! AbstractEntityException.hpp \ ! DescriptorNotFound.hpp \ ! AccessorNotFound.hpp \ ! MetaType.hpp \ ! FrameworkEntity.hpp \ ! Boolean.hpp \ ! Number.hpp \ ! RealNumber.hpp \ ! Integer.hpp \ ! ShortInteger.hpp \ ! UnsignedInteger.hpp \ Makefile.am |