diff options
Diffstat (limited to 'bin/Makemodule.am')
-rw-r--r-- | bin/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makemodule.am b/bin/Makemodule.am index 4199ac5..778636c 100644 --- a/bin/Makemodule.am +++ b/bin/Makemodule.am @@ -28,7 +28,7 @@ sqfsdiff_LDADD += $(PTHREAD_LIBS) gensquashfs_SOURCES = bin/gensquashfs/mkfs.c bin/gensquashfs/mkfs.h gensquashfs_SOURCES += bin/gensquashfs/options.c bin/gensquashfs/selinux.c -gensquashfs_SOURCES += bin/gensquashfs/dirscan.c +gensquashfs_SOURCES += bin/gensquashfs/dirscan.c bin/gensquashfs/dirscan_xattr.c gensquashfs_LDADD = libcommon.a libsquashfs.la libfstree.a gensquashfs_LDADD += libcompat.a $(LIBSELINUX_LIBS) $(LZO_LIBS) gensquashfs_LDADD += $(PTHREAD_LIBS) |