]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
add grub-core/tests/signatures.h to distfiles
authorAndrey Borzenkov <arvidjaar@gmail.com>
Thu, 14 Nov 2013 20:51:30 +0000 (00:51 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Thu, 14 Nov 2013 20:51:30 +0000 (00:51 +0400)
ChangeLog
grub-core/Makefile.core.def

index b86521b52678c207d502ddf82d5352930933303a..a68d3ee570558f1ce6c3d718d46de6eb11cc9a52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-15  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * grub-core/Makefile.core.def (signature_test): Add missing
+       tests/signatures.h.
+
 2013-11-14  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-install_header: Set localedir here, since this file is
index 611451938e04633d19f4cb1bb7d55dc83af14bae..4fff57f169d0793b7ed573cf466c12827052bb0e 100644 (file)
@@ -1914,6 +1914,7 @@ module = {
 module = {
   name = signature_test;
   common = tests/signature_test.c;
+  common = tests/signatures.h;
 };
 
 module = {