X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile;h=a30b8be2dc39d9f047c80534dad001032feb8068;hb=fb99bfcb44d29215f411d82646c59f2f74f5a25c;hp=aa0a2d6bebcf4e2a7f59fced9fcfaa87d4afe316;hpb=c50c56ac38c5ec857c0d42143267005048ee96dd;p=idzebra-moved-to-github.git diff --git a/index/Makefile b/index/Makefile index aa0a2d6..a30b8be 100644 --- a/index/Makefile +++ b/index/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.5 1995-09-04 12:33:40 adam Exp $ +# $Id: Makefile,v 1.6 1995-09-05 15:28:39 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -14,7 +14,7 @@ TPROG3=zserver DEFS=$(INCLUDE) O1 = main.o dir.o trav.o extract.o kinput.o kcompare.o ksort.o O2 = kdump.o -O3 = zserver.o kcompare.o zrpn.o +O3 = zserver.o kcompare.o zrpn.o zsets.o CPP=cc -E all: $(TPROG1) $(TPROG2) $(TPROG3)