From: Andrey Borzenkov Date: Thu, 14 Nov 2013 20:51:30 +0000 (+0400) Subject: add grub-core/tests/signatures.h to distfiles X-Git-Tag: grub-2.02-beta1~326^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5986276ece5e090a64eb222f883bcc2819bf30b;p=thirdparty%2Fgrub.git add grub-core/tests/signatures.h to distfiles --- 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 = {