summaryrefslogtreecommitdiff
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-01 16:11:16 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-02 12:40:06 +0200
commit6ba88daae14e64009619562209060532eb6eadbb (patch)
tree2c21d168a4561756c7ce7129b2769ec5342f9f23 /lib/Makemodule.am
parent4da96898487f0f4aca1dfc7afc355aa90065308a (diff)
Add meta data reader implementation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 026e3f1..5cadf58 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -11,7 +11,8 @@ 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
+libsquashfs_a_SOURCES += lib/sqfs/read_super.c lib/sqfs/meta_reader.c
+libsquashfs_a_SOURCES += include/meta_reader.h
libutil_a_SOURCES = lib/util/canonicalize_name.c lib/util/write_retry.c
libutil_a_SOURCES += lib/util/read_retry.c include/util.h