From: Adam Dickmeiss Date: Mon, 22 May 1995 15:31:26 +0000 (+0000) Subject: Removed ../../alex/include from -I. X-Git-Tag: YAZ.1.8~1015 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=feeec79483b93bb8bc3f0b25b90377114d271db6 Removed ../../alex/include from -I. --- diff --git a/server/Makefile b/server/Makefile index 643047d..bb674fd 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,14 +1,14 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.22 1995-05-15 13:25:10 quinn Exp $ +# $Id: Makefile,v 1.23 1995-05-22 15:31:26 adam Exp $ LIBDIR=../lib #LIBMOSI=../../xtimosi/src/libmosi.a $(LIBDIR)/librfc.a SHELL=/bin/sh -INCLUDE=-I../include -I. -I../../xtimosi/src -I../../alex/include +INCLUDE=-I../include -I. -I../../xtimosi/src LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-Wall -pedantic -g DEFS=$(INCLUDE)