From: Sebastian Hammer Date: Fri, 8 Mar 1996 14:38:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: YAZ.1.8~778 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d1947ea9d8f4fab6ce179997c2554443884756d5;hp=b8d21245e1c2faeb7741bf87835ab67b9004f4e1 *** empty log message *** --- diff --git a/client/Makefile b/client/Makefile index 3630c9a..c6460b7 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.7 1996-02-12 18:18:07 quinn Exp $ +# $Id: Makefile,v 1.8 1996-03-08 14:38:25 quinn 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) -DRPN_QUERY -DPREFIX_QUERY LIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ $(LIBDIR)/libcomstack.a ../lib/ccl.a $(LIBMOSI) $(LIBDIR)/libutil.a $(ELIBS) CPP=$(CC) -E