X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile.in;h=620863d8cc99b61dba970f7abc77e5a5b1ebbe73;hb=a4e93d62564084d6d1b6670d4fe75dd70a6ed139;hp=cfce3e10a60dd4eb0a1b24d321823c5dc59e0186;hpb=9fce226051f8b951b3c6f424fbdbd996ceb42007;p=idzebra-moved-to-github.git diff --git a/dict/Makefile.in b/dict/Makefile.in index cfce3e1..620863d 100644 --- a/dict/Makefile.in +++ b/dict/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1994-1998, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.1 1998-09-02 14:15:30 adam Exp $ +# $Id: Makefile.in,v 1.3 1999-03-09 13:07:05 adam Exp $ SHELL=/bin/sh @@ -12,7 +12,7 @@ CDEFS=@DEFS@ @ODEFS@ LIBS=@LIBS@ YAZLIB=../../yaz/lib/libyaz.a -YAZINC=-I../../yaz/include +YAZINC=-I../../z39.50 -I../../yaz/include INCLUDE=-I../include $(YAZINC) TPROG1=dicttest @@ -20,7 +20,7 @@ TPROG2=dictext DEFS=$(CDEFS) $(INCLUDE) LIB=../lib/dict.a PO = scan.o dopen.o dclose.o drdwr.o open.o close.o insert.o lookup.o \ - lookupec.o lookgrep.o delete.o + lookupec.o lookgrep.o delete.o dcompact.o all: $(LIB)