@@ -1,21 +1,17 @@ LIB = ${LIB_PREFIX}objfw${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 SRCS = OFArray.m \ - OFConstCString.m \ - OFCString.m \ - OFConstWideCString.m \ OFExceptions.m \ OFHashes.m \ OFFile.m \ OFList.m \ OFListObject.m \ OFObject.m \ OFString.m \ - OFWideCString.m \ OFXMLFactory.m INCLUDES = ${SRCS:.m=.h} \ OFMacros.h