# Makefile.dist
#
-# Copyright (c) 1996-1999 Internet Software Consortium.
+# Copyright (c) 1996-2001 Internet Software Consortium.
# Use is subject to license terms which appear in the file named
# ISC-LICENSE that should have accompanied this file when you
# received it. If a file named ISC-LICENSE did not accompany this
SEDMANPAGES = omapi.man3
SRC = protocol.c buffer.c alloc.c result.c connection.c errwarn.c \
listener.c dispatch.c generic.c support.c handle.c message.c \
- convert.c hash.c auth.c inet_addr.c
+ convert.c hash.c auth.c inet_addr.c array.c trace.c
OBJ = protocol.o buffer.o alloc.o result.o connection.o errwarn.o \
listener.o dispatch.o generic.o support.o handle.o message.o \
- convert.o hash.o auth.o inet_addr.o
+ convert.o hash.o auth.o inet_addr.o array.o trace.o
MAN = omapi.3
DEBUG = -g