Adding access control
[yaz-moved-to-github.git] / asn / Makefile
index 02329af..45b8768 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.13 1995-05-30 10:25:45 quinn Exp $
+# $Id: Makefile,v 1.14 1995-06-02 09:49:11 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
+PO = proto.o diagbib1.o zget.o prt-rsc.o prt-acc.o
 CPP=$(CC) -E
 
 all: $(LIB)