*** empty log message ***
[yaz-moved-to-github.git] / comstack / Makefile
index de6db97..8d8ef86 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.2 1995-06-25 10:53:44 quinn Exp $
+# $Id: Makefile,v 1.4 1996-02-20 12:52:09 quinn Exp $
 
 
 LIBDIR=../lib
@@ -14,11 +14,11 @@ INCLUDE=-I../include -I. -I../../xtimosi/src
 LIBINCLUDE=-L$(LIBDIR) -L../../xtimosi/src
 #CFLAGS=-Wall -pedantic -g
 #CFLAGS=-g
-DEFS=$(INCLUDE) -DRPN_QUERY # -DTRACE_TCPIP
+DEFS=$(INCLUDE) # -DTRACE_TCPIP
 LIB= $(LIBDIR)/libcomstack.a 
 LIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libodr.a $(LIBDIR)/libcomstack.a \
         ../lib/ccl.a $(LIBDIR)/libutil.a $(LIBMOSI)
-PO = comstack.o tcpip.o $(XMOSI)
+PO = comstack.o tcpip.o waislen.o $(XMOSI)
 CPP=$(CC) -E
 #CC=checkergcc
 RANLIB=ranlib