]> www.infradead.org Git - mtd-utils.git/commitdiff
Add the mkfs.ubifs sign.h header to the list of sources
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 13 Jul 2020 08:03:42 +0000 (10:03 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 13 Jul 2020 08:03:42 +0000 (10:03 +0200)
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>
ubifs-utils/Makemodule.am

index 0c64445617b3b2c25e11f90d6d9a67f8f1940c93..59109ccd613c751b1360773175be9a4ea7228157 100644 (file)
@@ -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 \