From: Adam Dickmeiss Date: Thu, 2 Apr 1998 14:33:29 +0000 (+0000) Subject: Minor changes. X-Git-Tag: YAZ.1.8~494 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=bed56a5a945178d0b0ed76601753770fb581504f Minor changes. --- diff --git a/Makefile b/Makefile index db6b788..18c317c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.37 1998-03-31 15:13:19 adam Exp $ +# $Id: Makefile,v 1.38 1998-04-02 14:33:29 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #ODEFS=-DUSE_XTIMOSI @@ -23,6 +23,9 @@ MAKE=make SUBDIR=$(MOD) util odr $(RFC1006) ccl comstack retrieval client server ztest makelib # Add external libraries to the ELIBS macro ELIBS= +# For Solaris add use: +#ELIBS=-lnsl -lsocket + CONTROL=RANLIB="ranlib" ELIBS="$(ELIBS)" # Installation directories, etc.