@@ -94,13 +94,13 @@ resolver.m \ socket.m SRCS_THREADS = OFCondition.m \ OFMutex.m \ OFRecursiveMutex.m \ - OFThreadPool.m + OFThreadPool.m \ + threading.m -INCLUDES_THREADS = threading.h INCLUDES := ${SRCS:.m=.h} \ OFCollection.h \ OFHash.h \ OFJSONRepresentation.h \ OFLocking.h \ @@ -112,12 +112,11 @@ autorelease.h \ ${ATOMIC_H} \ block.h \ instance.h \ macros.h \ - objfw-defs.h \ - ${USE_INCLUDES_THREADS} + objfw-defs.h SRCS += OFArray_adjacent.m \ OFArray_adjacentSubarray.m \ OFCountedSet_hashtable.m \ OFDictionary_hashtable.m \