diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-01 13:35:33 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 12:40:06 +0200 |
commit | 4da96898487f0f4aca1dfc7afc355aa90065308a (patch) | |
tree | b4d08939634970e63eab4c7f8588dbdfe7a10409 /lib/Makemodule.am | |
parent | ff0737a13f4ea5c97ff8f4973383080163a9a67f (diff) |
Add unsquashfs stub
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r-- | lib/Makemodule.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am index c2d7dab..026e3f1 100644 --- a/lib/Makemodule.am +++ b/lib/Makemodule.am @@ -11,6 +11,7 @@ libsquashfs_a_SOURCES = include/meta_writer.h include/squashfs.h libsquashfs_a_SOURCES += lib/sqfs/meta_writer.c lib/sqfs/super.c libsquashfs_a_SOURCES += lib/sqfs/id_table.c include/id_table.h libsquashfs_a_SOURCES += lib/sqfs/table.c include/table.h +libsquashfs_a_SOURCES += lib/sqfs/read_super.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 |