This should be the first really usable version. Everything seems to work and

the stress test went pretty well.
This commit is contained in:
simon 1997-10-19 20:09:27 +00:00
parent a53cbcbde3
commit 6f5719745a
3 changed files with 20 additions and 47 deletions

View file

@ -21,8 +21,9 @@ clean:
rm core *.o $(TARGETS)
install: $(TARGETS)
install --strip $(TARGETS) gild.conf $(HOMEDIR)
install handlers/* $(HOMEDIR)/handlers
install --strip $(TARGETS) $(HOMEDIR)
install gild.conf $(HOMEDIR)
cd handlers; make install
version: $(TARGETS)
cvs commit gild.c wrapper.c config.c log.c Makefile gild.h \