Updated Makefiles so that there is no dependancy on ELIBS.
[yaz-moved-to-github.git] / server / Makefile
index 34c4356..f930e94 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright (C) 1994-1997, Index Data I/S 
+# Copyright (C) 1994-1998, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.33 1997-09-17 12:10:39 adam Exp $
+# $Id: Makefile,v 1.34 1998-01-07 12:59:27 adam Exp $
 
 LIBDIR=../lib
 
@@ -12,8 +12,6 @@ INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBINCLUDE=-L$(LIBDIR)
 DEFS=$(INCLUDE) $(CDEFS)
 LIB=$(LIBDIR)/libserver.a 
-LIBS=$(LIBDIR)/libserver.a $(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \
-$(LIBDIR)/libcomstack.a $(LIBMOSI) $(LIBDIR)/libutil.a $(ELIBS)
 PO = eventl.o seshigh.o statserv.o requestq.o
 CPP=$(CC) -E
 RANLIB=ranlib