From: Sebastian Hammer Date: Mon, 20 Mar 1995 09:45:59 +0000 (+0000) Subject: Added odr_mem to library X-Git-Tag: YAZ.1.8~1114 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2f53a8463ada69f68e58a8c5dc4704acedab27b4 Added odr_mem to library --- diff --git a/odr/Makefile b/odr/Makefile index 24a2d47..abb24d8 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -1,13 +1,13 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.8 1995-03-17 10:17:37 quinn Exp $ +# $Id: Makefile,v 1.9 1995-03-20 09:45:59 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. LIBDIR=../../lib LIBINCLUDE=-L$(LIBDIR) -#CFLAGS= -g -Wall -pedantic -ansi -DODR_DEBUG +CFLAGS= -g -Wall -pedantic -ansi -DODR_DEBUG DEFS=$(INCLUDE) LIB=$(LIBDIR)/libodr.a LIBS=-lodr