From a5986276ece5e090a64eb222f883bcc2819bf30b Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Fri, 15 Nov 2013 00:51:30 +0400 Subject: [PATCH] add grub-core/tests/signatures.h to distfiles --- ChangeLog | 5 +++++ grub-core/Makefile.core.def | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b86521b52..a68d3ee57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-15 Andrey Borzenkov + + * grub-core/Makefile.core.def (signature_test): Add missing + tests/signatures.h. + 2013-11-14 Colin Watson * util/grub-install_header: Set localedir here, since this file is diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 611451938..4fff57f16 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -1914,6 +1914,7 @@ module = { module = { name = signature_test; common = tests/signature_test.c; + common = tests/signatures.h; }; module = {