From c3900ef26a3b594b58a051116954daf3470e7f03 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 15 Aug 1995 11:58:33 +0000 Subject: [PATCH] Updated External. --- asn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asn/Makefile b/asn/Makefile index 5c09ce6..9caa283 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.16 1995-08-10 08:53:57 quinn Exp $ +# $Id: Makefile,v 1.17 1995-08-15 11:58:33 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -11,7 +11,7 @@ LIBINCLUDE=-L$(LIBDIR) DEFS=$(INCLUDE) LIB=$(LIBDIR)/libasn.a LIBS=-lodr -lasn -PO = proto.o diagbib1.o zget.o prt-rsc.o prt-acc.o prt-exp.o +PO = proto.o diagbib1.o zget.o prt-rsc.o prt-acc.o prt-exp.o prt-ext.o CPP=$(CC) -E RANLIB=ranlib -- 1.7.10.4