summaryrefslogtreecommitdiff
path: root/mkfs/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/Makemodule.am')
-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)