X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile;h=06a2c19c69a5518ae9e94aa1f61b9df17a1be006;hb=040a8961a659f7768fac348093bb807c413d785f;hp=7cd9467c9982a3f3bbb14f752192dee6ab68e630;hpb=275c0e8eec44714b41300f6e743dc2e09f353aec;p=idzebra-moved-to-github.git diff --git a/index/Makefile b/index/Makefile index 7cd9467..06a2c19 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.17 1995-11-15 14:46:17 adam Exp $ +# $Id: Makefile,v 1.18 1995-11-16 17:00:55 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -18,7 +18,7 @@ O1 = main.o dir.o trav.o extract.o kinput.o kcompare.o \ symtab.o text.o recctrl.o structrec.o recindex.o O2 = kdump.o O3 = zserver.o kcompare.o zrpn.o zsets.o text.o recctrl.o structrec.o \ - attribute.o recindex.o + attribute.o recindex.o zlogs.o CPP=$(CC) -E all: $(TPROG1) $(TPROG2) $(TPROG3)