]> git.proxmox.com Git - grub2.git/commit - Makefile.am
add GRUB_WINDOWS_EXTRA_DIST to allow shipping runtime files
authorAndrey Borzenkov <arvidjaar@gmail.com>
Tue, 21 Jan 2014 16:54:09 +0000 (20:54 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Tue, 21 Jan 2014 16:54:09 +0000 (20:54 +0400)
commiteec4237a3265b024cc97d3cd287bdea7cd187f48
treebf207390ee1a1b7219a23744e68c507b27777ffe
parent443b3222621b6df1e5e01bd6fb2c496568065f92
add GRUB_WINDOWS_EXTRA_DIST to allow shipping runtime files

Not all toolkits provide static libraries. This patch enables creation of self
contained distribution that does not require pre-existing runtime libraries.
Intended usage is

export GRUB_WINDOWS_EXTRA_DIST="/path/to/liblzma.dll /path/to/libintl.dll"
make
make windowszip

As those libraries and locations are dependent on toolchain in use, trying
to autodetect them is likely impossible. So just provide a simple way to
package everything in one step.

Also remove $(windowsdir) after ZIP was created same as other "make dist"
targets.
ChangeLog
Makefile.am