diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-01 13:35:33 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 12:40:06 +0200 |
commit | 4da96898487f0f4aca1dfc7afc355aa90065308a (patch) | |
tree | b4d08939634970e63eab4c7f8588dbdfe7a10409 /Makefile.am | |
parent | ff0737a13f4ea5c97ff8f4973383080163a9a67f (diff) |
Add unsquashfs stub
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1b8284b..7fc95c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,4 @@ EXTRA_DIST = autogen.sh LICENSE include lib/Makemodule.am include mkfs/Makemodule.am +include unpack/Makemodule.am |