Started work on virtual directory structure.
[idzebra-moved-to-github.git] / index / Makefile
index 7cd9467..9abdee1 100644 (file)
@@ -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.19 1995-11-17 15:54:41 adam Exp $
 
 SHELL=/bin/sh
 RANLIB=ranlib
@@ -14,11 +14,11 @@ TPROG1=index
 TPROG2=kdump
 TPROG3=zserver
 DEFS=$(INCLUDE)
-O1 = main.o dir.o trav.o extract.o kinput.o kcompare.o \
+O1 = main.o dir.o dirs.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)