X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2FMakefile;h=db34469d858d93e333b3ae2ea8be73329c66b756;hb=1ef40949fde41e67c12cb83ed039cbe6c6342f4c;hp=412406d8f45bd2cba083c57fb7c87a63fb5a58fa;hpb=016a7b8249c7914dc028829009a7ea7574e29e51;p=yaz-moved-to-github.git diff --git a/client/Makefile b/client/Makefile index 412406d..db34469 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.6 1995-06-27 13:20:06 quinn Exp $ +# $Id: Makefile,v 1.9 1996-03-15 11:05:32 adam Exp $ LIBDIR=../lib @@ -11,7 +11,7 @@ SHELL=/bin/sh INCLUDE=-I../include -I. -I../../xtimosi/src LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-Wall -pedantic -g -DEFS=$(INCLUDE) -DRPN_QUERY -DPREFIX_QUERY +DEFS=$(INCLUDE) -DCCL2RPN=1 LIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ $(LIBDIR)/libcomstack.a ../lib/ccl.a $(LIBMOSI) $(LIBDIR)/libutil.a $(ELIBS) CPP=$(CC) -E