mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- add llist_free_one() and llist_free() to libbb
This commit is contained in:
parent
56b217117a
commit
cf95e0b2d5
@ -69,7 +69,7 @@ LIBBB_MOBJ5:=bb_xgetpwnam.o bb_xgetgrnam.o bb_getgrgid.o bb_getpwuid.o \
|
|||||||
bb_getug.o get_ug_id.o
|
bb_getug.o get_ug_id.o
|
||||||
|
|
||||||
LIBBB_MSRC6:=$(srcdir)/llist.c
|
LIBBB_MSRC6:=$(srcdir)/llist.c
|
||||||
LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o
|
LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o llist_free_one.o llist_free.o
|
||||||
|
|
||||||
LIBBB_MOBJS0=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ0))
|
LIBBB_MOBJS0=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ0))
|
||||||
LIBBB_MOBJS1=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ1))
|
LIBBB_MOBJS1=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ1))
|
||||||
|
Loading…
Reference in New Issue
Block a user