diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-23 16:46:42 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-25 22:10:24 +0200 |
commit | 2fcf04928a0eaf7332503753a4866a0f2031a50e (patch) | |
tree | fb7c5ae31faa21850ec283bd14d91818ceeb21a0 /unpack/Makemodule.am | |
parent | 22fba34bcd0f2944def234fa684d1c9cc4d65310 (diff) |
rdsquashfs: seperate creating of the hierarchy, unpacking and chmod/chown
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/Makemodule.am')
-rw-r--r-- | unpack/Makemodule.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am index b958851..08a8b76 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -1,6 +1,7 @@ rdsquashfs_SOURCES = unpack/rdsquashfs.c unpack/rdsquashfs.h rdsquashfs_SOURCES += unpack/list_files.c unpack/options.c rdsquashfs_SOURCES += unpack/restore_fstree.c unpack/describe.c +rdsquashfs_SOURCES += unpack/fill_files.c rdsquashfs_LDADD = libsquashfs.a libfstree.a libcompress.a libutil.a rdsquashfs_LDADD += $(XZ_LIBS) $(ZLIB_LIBS) $(LZO_LIBS) $(LZ4_LIBS) $(ZSTD_LIBS) |