Archived
1
0
Fork 0

proc-cache.c: use hash-table code from hash.c

This commit is contained in:
Henrik Hautakoski 2012-04-12 07:46:28 +02:00
parent 5193e8453c
commit 4f05a5ae4f
2 changed files with 51 additions and 134 deletions

View file

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