|
From: Frank V. C. <fr...@us...> - 2000-10-21 14:07:53
|
Update of /cvsroot/corelinux/clfw/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv27549 Modified Files: Makefile.am Log Message: New types Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfw/clfw/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** Makefile.am 2000/10/20 11:37:52 1.10 --- Makefile.am 2000/10/21 14:07:50 1.11 *************** *** 15,18 **** --- 15,21 ---- include_HEADERS = ClfwCommon.hpp \ UniversalIdentifier.hpp \ + ClassException.hpp \ + DescriptorNotFound.hpp \ + AccessorNotFound.hpp \ MetaType.hpp \ FrameworkEntity.hpp \ |