From 29712a5098842ea3930ec00ddd1c0b9d264ba9b5 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 21 Feb 2021 13:16:54 +0200 Subject: in-memory array sorting: GET! lists need a bit more work and after that, in-file should shortly follow. Signed-off-by: Gediminas Jakutis --- src/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index b714823..aed222e 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,7 +1,7 @@ source_files = [ 'cache.c', 'datagen.c', - 'io.c', + 'stream.c', 'main.c', 'mergesort.c', ] @@ -10,7 +10,7 @@ header_files = [ 'cache.h', 'defs.h', 'datagen.h', - 'io.h', + 'stream.h', 'mergesort.h', ] -- cgit v1.2.3