From: Ted Lemon Date: Mon, 12 Feb 2001 20:47:09 +0000 (+0000) Subject: Add array.c and trace.c. X-Git-Tag: V3-BETA-2-PATCH-18~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3def798b81342c041ed2614b828a62d011a8635d;p=thirdparty%2Fdhcp.git Add array.c and trace.c. --- diff --git a/omapip/Makefile.dist b/omapip/Makefile.dist index 98ccbbe20..38f493a30 100644 --- a/omapip/Makefile.dist +++ b/omapip/Makefile.dist @@ -1,6 +1,6 @@ # 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 @@ -21,10 +21,10 @@ CATMANPAGES = omapi.cat3 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