summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-09-15 20:38:32 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-09-15 20:38:32 +0200
commit517bf6e1ff55e9fd54c0b1e59e8a8e4c8b0ce91c (patch)
treea399b47ded58a3c32af685391c13508942e9e0d3 /Makefile.in
parent7f1e55d9005d97271b663accdedd3fc704a273ed (diff)
downloadnettle-517bf6e1ff55e9fd54c0b1e59e8a8e4c8b0ce91c.tar.gz
Add missing file blowfish-internal.h to DISTFILES.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 19f5e429..4260b724 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -258,7 +258,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \
INSTALL NEWS ChangeLog \
nettle.pc.in hogweed.pc.in \
desdata.stamp $(des_headers) descore.README \
- aes-internal.h block-internal.h camellia-internal.h \
+ aes-internal.h block-internal.h blowfish-internal.h camellia-internal.h \
gost28147-internal.h poly1305-internal.h serpent-internal.h \
cast128_sboxes.h desinfo.h desCode.h \
ripemd160-internal.h sha2-internal.h \