diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-09-23 10:37:27 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-10-24 15:57:18 +0200 |
commit | 6e7b20a41c8a7f10392884e1741b031b579a93fa (patch) | |
tree | 1ed2c8c7d8db94da6fc8dbc73ad54d13e535344a /bin/rdsquashfs | |
parent | b3c5de63c132f74f4e3592f2ff07e5172c5e295f (diff) |
Cleanup: move memory/stdio streams to libcommon
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'bin/rdsquashfs')
-rw-r--r-- | bin/rdsquashfs/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rdsquashfs/Makemodule.am b/bin/rdsquashfs/Makemodule.am index 380883e..d53ea77 100644 --- a/bin/rdsquashfs/Makemodule.am +++ b/bin/rdsquashfs/Makemodule.am @@ -4,7 +4,7 @@ rdsquashfs_SOURCES = bin/rdsquashfs/src/rdsquashfs.c \ bin/rdsquashfs/src/describe.c bin/rdsquashfs/src/fill_files.c \ bin/rdsquashfs/src/dump_xattrs.c bin/rdsquashfs/src/stat.c rdsquashfs_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -rdsquashfs_LDADD = libcommon.a libio.a libcompat.a libutil.a libsquashfs.la +rdsquashfs_LDADD = libcommon.a libcompat.a libutil.a libsquashfs.la rdsquashfs_LDADD += libfstree.a $(LZO_LIBS) $(PTHREAD_LIBS) dist_man1_MANS += bin/rdsquashfs/rdsquashfs.1 |