X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2FMakefile;h=5fcb43d552f566374c6e84ade4ae8cb20876f074;hp=638e835e9d4ffd21dec27766ee56fa92654d93f9;hb=cfd912f04c301c2db4cebd7f8ec8c4de6c51f314;hpb=142dc0b64447a929fbd4dd7f9c8ba4c83c107d70 diff --git a/server/Makefile b/server/Makefile index 638e835..5fcb43d 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.5 1995-03-15 08:27:15 adam Exp $ +# $Id: Makefile,v 1.8 1995-03-15 11:18:17 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../asn -I../odr -I../yazlib -I../../egate/include\ @@ -19,7 +19,7 @@ PROGO=statserv.o session.o all: $(LIBDIR) $(LIB) $(PROG) -$(PROG): $(LIB) $(PROGO) +$(PROG): $(LIB) $(PROGO) $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) alll: