Archived
1
0
Fork 0

hash.c: use xalloc

This commit is contained in:
Henrik Hautakoski 2012-10-14 14:53:42 +02:00
parent 891e438a7a
commit e78f8bea4d
2 changed files with 5 additions and 4 deletions

View file

@ -15,7 +15,7 @@ install : $(PROGRAMS)
cp $^ $(HOME)/bin/
dlight : dlight.o buffer.o env.o http.o rss.o lockfile.o filter.o cconf.o \
proc-cache.o dlhist.o hash.o error.o
proc-cache.o dlhist.o hash.o xalloc.o error.o
dlight-compile : compile.o buffer.o env.o lockfile.o filter.o cconf.o \
error.o
dlight-read-config : read-config.o buffer.o env.o cconf.o error.o