aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 642149c..6a91bf5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,10 +5,11 @@ AM_CFLAGS = $(WARN_CFLAGS)
noinst_LIBRARIES =
bin_PROGRAMS =
-dist_man1_MANS = doc/gensquashfs.1 doc/rdsquashfs.1
+dist_man1_MANS =
EXTRA_DIST = autogen.sh LICENSE README
+include doc/Makemodule.am
include lib/Makemodule.am
include mkfs/Makemodule.am
include unpack/Makemodule.am