* conf/Makefile.extra-dist (EXTRA_DIST): Add
grub-core/lib/libgcrypt/src/gcrypt.h.in and util/import_gcrypth.sed.
This commit is contained in:
parent
59624ca858
commit
21026747df
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-04-06 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* conf/Makefile.extra-dist (EXTRA_DIST): Add
|
||||
grub-core/lib/libgcrypt/src/gcrypt.h.in and util/import_gcrypth.sed.
|
||||
|
||||
2013-04-06 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* util/grub-install_header: Use @PACKAGE@.mo in message catalog name
|
||||
|
|
|
@ -31,11 +31,13 @@ EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
|
|||
EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
|
||||
EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/gnulib -name '*.h')
|
||||
EXTRA_DIST += grub-core/efiemu/runtime/config.h
|
||||
EXTRA_DIST += grub-core/lib/libgcrypt/src/gcrypt.h.in
|
||||
|
||||
EXTRA_DIST += grub-core/lib/LzmaDec.c
|
||||
|
||||
EXTRA_DIST += BUGS
|
||||
EXTRA_DIST += util/i386/efi/grub-dumpdevtree
|
||||
EXTRA_DIST += util/import_gcrypth.sed
|
||||
|
||||
EXTRA_DIST += m4/gnulib-cache.m4
|
||||
EXTRA_DIST += m4/glibc2.m4
|
||||
|
|
Loading…
Reference in a new issue