From 91e8aafc8259115b7fff81d46bee82bca036526e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 21 Nov 2022 14:25:39 +0100 Subject: Make some string functions from libcompat available to libsquashfs Signed-off-by: David Oberhollenzer --- lib/sqfs/Makemodule.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/sqfs') diff --git a/lib/sqfs/Makemodule.am b/lib/sqfs/Makemodule.am index b1c9d94..40a543d 100644 --- a/lib/sqfs/Makemodule.am +++ b/lib/sqfs/Makemodule.am @@ -51,6 +51,10 @@ libsquashfs_la_SOURCES += lib/util/array.c include/util/array.h libsquashfs_la_SOURCES += lib/util/is_memory_zero.c libsquashfs_la_SOURCES += include/util/threadpool.h +# and from libcompat +libsquashfs_la_SOURCES += lib/compat/strchrnul.c lib/compat/strndup.c +libsquashfs_la_SOURCES += include/compat.h + if CUSTOM_ALLOC libsquashfs_la_SOURCES += lib/util/mempool.c include/util/mempool.h endif -- cgit v1.2.3