Compressor part

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-21 21:35:46 +02:00
parent 758194b076
commit 2c44e493c7
3 changed files with 68 additions and 18 deletions

View file

@ -113,6 +113,7 @@ program = {
extra_dist = util/grub-mkimagexx.c;
ldadd = libgrub.a;
ldadd = '$(LIBLZMA)';
ldadd = '$(LIBINTL) $(LIBDEVMAPPER)';
cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\"';
};