Archived
1
0
Fork 0

strbuf: added strbuf_avail and strbuf_appendf.

This commit is contained in:
Henrik Hautakoski 2011-02-04 17:18:21 +01:00
parent 6538fd9369
commit e67e03aceb
5 changed files with 59 additions and 1 deletions

View file

@ -20,7 +20,7 @@ ifdef NO_MEMRCHR
endif
obj-xalloc = src/xalloc.o src/die.o
obj-str-list = src/str-list.o $(obj-xalloc)
obj-strbuf = src/strbuf.o $(obj-xalloc)
obj-strbuf = src/strbuf.o $(obj-xalloc) src/die.o
obj-path = src/path.o $(obj-strbuf)
obj-rbtree = src/rbtree.o $(obj-xalloc)
obj-fscrawl = src/fscrawl.o $(obj-strbuf) $(obj-path) $(obj-log)