X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=comstack%2FMakefile;h=c0afde40a7db811ca365cdc0650cb671143a17e1;hp=de6db970e799c1322098c9379a6c9daa0efeed8e;hb=37a88d1e2934cddb2a6711b34011628e6b40e912;hpb=d4901e9a337370bf73e34a7d1ce718e3ea178a66 diff --git a/comstack/Makefile b/comstack/Makefile index de6db97..c0afde4 100644 --- a/comstack/Makefile +++ b/comstack/Makefile @@ -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.3 1996-02-05 12:23:41 adam Exp $ LIBDIR=../lib @@ -14,7 +14,7 @@ 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)