X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fefibootmgr%2Fmodule.mk;fp=src%2Fefibootmgr%2Fmodule.mk;h=790e2e4bb206ae97f09045107404163b5e4eb80d;hb=438378f384ede73602fcdfd288e45ac41d933bb0;hp=dac4907e8b486a718e2da313abcceb048f8ddb72;hpb=5a32ac6f167fe2ffdd5711ceafe2b39db8ad1ce0;p=debian%2Fefibootmgr diff --git a/src/efibootmgr/module.mk b/src/efibootmgr/module.mk index dac4907..790e2e4 100644 --- a/src/efibootmgr/module.mk +++ b/src/efibootmgr/module.mk @@ -11,7 +11,7 @@ efibootmgr_LIBS := crc32.o disk.o efi.o efichar.o gpt.o scsi_ioctls.o \ efibootmgr_LIBDIR := src/lib efibootmgr_FULLLIB := \ $(patsubst %,$(efibootmgr_LIBDIR)/%,$(efibootmgr_LIBS)) -LIBS = -lpci +LIBS = -lpci -lz ALLDEPS += $(efibootmgr_FULLTARGET) CLEANLIST += $(efibootmgr_FULLTARGET) @@ -20,5 +20,5 @@ bindir_TARGETS += $(efibootmgr_FULLTARGET) $(efibootmgr_FULLTARGET): \ $(efibootmgr_FULLOBJECT) \ - $(efibootmgr_FULLLIB) \ - $(LIBS) + $(efibootmgr_FULLLIB) + $(CC) $(CFLAGS) $(LDFLAGS) $(efibootmgr_SRCDIR)/efibootmgr.c $^ $(LIBS) -o $@