@@ -2,20 +2,20 @@ LIB_MAJOR = 1 LIB_MINOR = 0 SRCS = OFConstString.m \ OFConstWideString.m \ - OFException.m \ + OFExceptions.m \ OFList.m \ OFListObject.m \ OFObject.m \ OFString.m \ OFWideString.m INCLUDES = OFConstString.h \ OFConstWideString.h \ - OFException.h \ + OFExceptions.h \ OFList.h \ OFListObject.h \ OFObject.h \ OFString.h \ OFWideString.h