- add llist_free_one() and llist_free() to libbb
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 6 Oct 2005 12:12:51 +0000 (12:12 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 6 Oct 2005 12:12:51 +0000 (12:12 -0000)
libbb/Makefile.in

index 92af305..36b2ad2 100644 (file)
@@ -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
 
 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_MOBJS1=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ1))