Archived
1
0
Fork 0

make dlight.c use the new dlhist

This commit is contained in:
Henrik Hautakoski 2011-12-15 13:35:13 +01:00
parent 40e6afeffa
commit 37ba894802
3 changed files with 12 additions and 5 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 \
proc-cache.o error.o
proc-cache.o dlhist.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
dlight-filter-check: filter-check.o filter.o error.o