From d1947ea9d8f4fab6ce179997c2554443884756d5 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Fri, 8 Mar 1996 14:38:25 +0000 Subject: [PATCH 1/1] *** empty log message *** --- client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4