aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-05-27 15:07:35 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-05-30 17:49:40 +0200
commite5f99ba93e08e237962bcf337848e60730aa2d54 (patch)
tree99fe52e458518b31a589b17ce5a47e7b0ab1d272 /Makefile.am
parentceb86b571c1cabf2a0890603b140a1af99912fd9 (diff)
Cleanup: Reorganize structure of Automake files
- Split up the huge file in bin/ into one small file per sub directory - Remove the stub in doc/ Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b62028..26a4458 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,18 +18,22 @@ check_SCRIPTS =
pkgconfig_DATA =
EXTRA_DIST = autogen.sh README.md CHANGELOG.md COPYING.md mkwinbins.sh licenses
+EXTRA_DIST += doc
TESTS =
include lib/sqfs/Makemodule.am
if BUILD_TOOLS
-include doc/Makemodule.am
include lib/fstree/Makemodule.am
include lib/common/Makemodule.am
include lib/tar/Makemodule.am
include lib/compat/Makemodule.am
include lib/util/Makemodule.am
-include bin/Makemodule.am
+include bin/gensquashfs/Makemodule.am
+include bin/rdsquashfs/Makemodule.am
+include bin/sqfs2tar/Makemodule.am
+include bin/sqfsdiff/Makemodule.am
+include bin/tar2sqfs/Makemodule.am
endif
include extras/Makemodule.am