aboutsummaryrefslogtreecommitdiff
path: root/mkfs/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/Makemodule.am')
-rw-r--r--mkfs/Makemodule.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkfs/Makemodule.am b/mkfs/Makemodule.am
new file mode 100644
index 0000000..1d062b9
--- /dev/null
+++ b/mkfs/Makemodule.am
@@ -0,0 +1,5 @@
+mksquashfs_SOURCES = mkfs/mksquashfs.c mkfs/options.c mkfs/options.h
+mksquashfs_SOURCES += include/squashfs.h
+mksquashfs_LDADD = libfstree.a
+
+bin_PROGRAMS += mksquashfs