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 = {