aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-12 17:11:08 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-15 15:44:30 +0200
commite2f9334cd84ff8dd4c65c850825e089a6c747601 (patch)
tree567e17e2bae6d02f6828f47daf2764fc4bc2bd1a /Makefile.am
parent5d609f7d539d8e277972c0337630b375f55d81c4 (diff)
Add utility to turn a squashfs image into a POSIX tar archvie
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a91bf5..2af68c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,5 +11,6 @@ EXTRA_DIST = autogen.sh LICENSE README
include doc/Makemodule.am
include lib/Makemodule.am
+include tar/Makemodule.am
include mkfs/Makemodule.am
include unpack/Makemodule.am