@@ -1,19 +1,21 @@ LIB = ${LIB_PREFIX}objfw${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 -SRCS = OFConstString.m \ - OFConstWideString.m \ +SRCS = OFConstCString.m \ + OFCString.m \ + OFConstWideCString.m \ OFExceptions.m \ OFList.m \ OFListObject.m \ OFObject.m \ OFString.m \ - OFWideString.m + OFWideCString.m INCLUDES = OFConstString.h \ + OFCString.h \ OFConstWideString.h \ OFExceptions.h \ OFList.h \ OFListObject.h \ OFObject.h \