From: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Date: Mon, 13 Jul 2020 08:03:42 +0000 (+0200)
Subject: Add the mkfs.ubifs sign.h header to the list of sources
X-Git-Tag: v2.1.2~1
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=de84f0b318f3a1ce53e006e3349ab8f3997a275f;p=mtd-utils.git

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>
---

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 \