From: Sebastian Hammer Date: Mon, 22 May 1995 14:00:02 +0000 (+0000) Subject: removed silly ref to libserver. X-Git-Tag: YAZ.1.8~1025 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=a1099d28cc3966419e7e90989510fdc2ba53643b removed silly ref to libserver. --- diff --git a/client/Makefile b/client/Makefile index 6ac9eed..dcbb131 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.1 1995-05-22 11:30:30 quinn Exp $ +# $Id: Makefile,v 1.2 1995-05-22 14:00:02 quinn Exp $ LIBDIR=../lib @@ -13,7 +13,7 @@ LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-Wall -pedantic -g DEFS=$(INCLUDE) -DRPN_QUERY #LIB=$(LIBDIR)/libserver.a -LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ +LIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ $(LIBDIR)/libcomstack.a ../lib/ccl.a $(LIBMOSI) $(LIBDIR)/libutil.a #PO = CPP=$(CC) -E