add grub-core/tests/signatures.h to distfiles
This commit is contained in:
parent
0de172a0c0
commit
a5986276ec
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2013-11-14 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* util/grub-install_header: Set localedir here, since this file is
|
* util/grub-install_header: Set localedir here, since this file is
|
||||||
|
|
|
@ -1914,6 +1914,7 @@ module = {
|
||||||
module = {
|
module = {
|
||||||
name = signature_test;
|
name = signature_test;
|
||||||
common = tests/signature_test.c;
|
common = tests/signature_test.c;
|
||||||
|
common = tests/signatures.h;
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
|
Loading…
Reference in a new issue