diff options
Diffstat (limited to 'mkfs')
-rw-r--r-- | mkfs/Makemodule.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkfs/Makemodule.am b/mkfs/Makemodule.am index 9fd8bed..f4dffa7 100644 --- a/mkfs/Makemodule.am +++ b/mkfs/Makemodule.am @@ -1,7 +1,7 @@ gensquashfs_SOURCES = mkfs/mkfs.c mkfs/mkfs.h mkfs/options.c gensquashfs_SOURCES += mkfs/dirscan.c mkfs/selinux.c -gensquashfs_LDADD = libcommon.a libsquashfs.la libfstree.a libutil.la -gensquashfs_LDADD += $(LIBSELINUX_LIBS) +gensquashfs_LDADD = libcommon.a libsquashfs.la libfstree.a +gensquashfs_LDADD += libcompat.a libutil.la $(LIBSELINUX_LIBS) gensquashfs_CPPFLAGS = $(AM_CPPFLAGS) gensquashfs_CFLAGS = $(AM_CFLAGS) $(LIBSELINUX_CFLAGS) |