diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-11 17:45:44 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-11 17:45:44 +0200 |
commit | 578fc9124db4c50ca8c5fac865296139be8c8dfd (patch) | |
tree | cdf75b58a0a43d1eb12f561b78bae96041795e5d /lib/Makemodule.am | |
parent | a3a47476c5ceed1688e37a5af8a5a988b504832e (diff) |
Move file extraction code to generic data_reader_t in libsquashfs.a
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r-- | lib/Makemodule.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am index 3c1ef12..ddc78f6 100644 --- a/lib/Makemodule.am +++ b/lib/Makemodule.am @@ -23,8 +23,8 @@ libsquashfs_a_SOURCES += lib/sqfs/serialize_fstree.c libsquashfs_a_SOURCES += lib/sqfs/tree_node_from_inode.c libsquashfs_a_SOURCES += lib/sqfs/deserialize_fstree.c libsquashfs_a_SOURCES += lib/sqfs/data_writer.c lib/sqfs/write_xattr.c -libsquashfs_a_SOURCES += include/data_writer.h -libsquashfs_a_SOURCES += include/frag_reader.h +libsquashfs_a_SOURCES += include/data_writer.h include/frag_reader.h +libsquashfs_a_SOURCES += include/data_reader.h lib/sqfs/data_reader.c libutil_a_SOURCES = lib/util/canonicalize_name.c lib/util/write_retry.c libutil_a_SOURCES += lib/util/read_retry.c include/util.h |