StupidFS/lib/Makefile.am
2024-07-21 11:11:25 +00:00

9 lines
No EOL
202 B
Makefile

noinst_LIBRARIES = libstpdfs.a
libstpdfs_a_SOURCES = block.c \
inode.c \
dir.c \
data.c \
superblock.c \
compression/lzp.c \
crypto/hchacha.c \
crypto/xchacha.c