summaryrefslogtreecommitdiff
path: root/mkfs
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-04-30 12:34:59 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-02 12:40:06 +0200
commit27ff810a59c0c5f10577403919117d9453d47d06 (patch)
tree17fefcf064f809e9fd8d2b9a1f4a2f29fc527d9d /mkfs
parent02232ffdbd7b927b71a9f38f4b78bbf99c675ec5 (diff)
Cannonicalize path names read from the input file
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'mkfs')
-rw-r--r--mkfs/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs/Makemodule.am b/mkfs/Makemodule.am
index 1f0acf2..f1afdf5 100644
--- a/mkfs/Makemodule.am
+++ b/mkfs/Makemodule.am
@@ -3,7 +3,7 @@ mksquashfs_SOURCES += mkfs/options.c mkfs/options.h
mksquashfs_SOURCES += mkfs/meta_writer.c mkfs/meta_writer.h
mksquashfs_SOURCES += mkfs/super.c
mksquashfs_SOURCES += include/squashfs.h
-mksquashfs_LDADD = libutil.a libfstree.a libcompress.a
+mksquashfs_LDADD = libfstree.a libcompress.a libutil.a
if WITH_LZMA
mksquashfs_LDADD += $(XZ_LIBS)