grub-fuse

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-08 19:51:08 +01:00
parent e7121b6932
commit 92bb078645
5 changed files with 513 additions and 0 deletions

View file

@ -212,6 +212,21 @@ program = {
ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR)';
};
program = {
name = grub-fuse;
mansection = 1;
common_nodist = grub_fstest_init.c;
common = util/grub-fuse.c;
common = grub-core/kern/emu/hostfs.c;
common = grub-core/disk/host.c;
ldadd = libgrubmods.a;
ldadd = libgrubkern.a;
ldadd = grub-core/gnulib/libgnu.a;
ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR)' '-lfuse';
condition = COND_GRUB_FUSE;
};
program = {
name = grub-mkfont;
mansection = 1;