aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-07-13 10:03:42 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-07-13 10:03:42 +0200
commitde84f0b318f3a1ce53e006e3349ab8f3997a275f (patch)
treeb100d3579b6e1c99db046a5e94689142ad831fb6
parent639b871fe3d2cb3e73d21363e8c13ede2bbd9f99 (diff)
Add the mkfs.ubifs sign.h header to the list of sources
The sign.h header added by the authentication patch set was omitted from the automake file and thus not added to the distribution tarball. The resulting tarballs were unable to be compiled. Fixes: a739b59 ("mkfs.ubifs: Add authentication support") Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--ubifs-utils/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubifs-utils/Makemodule.am b/ubifs-utils/Makemodule.am
index 0c64445..59109cc 100644
--- a/ubifs-utils/Makemodule.am
+++ b/ubifs-utils/Makemodule.am
@@ -7,6 +7,7 @@ mkfs_ubifs_SOURCES = \
ubifs-utils/mkfs.ubifs/key.h \
ubifs-utils/mkfs.ubifs/compr.h \
ubifs-utils/mkfs.ubifs/ubifs.h \
+ ubifs-utils/mkfs.ubifs/sign.h \
ubifs-utils/mkfs.ubifs/crc16.c \
ubifs-utils/mkfs.ubifs/lpt.c \
ubifs-utils/mkfs.ubifs/compr.c \