]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add array.c and trace.c.
authorTed Lemon <source@isc.org>
Mon, 12 Feb 2001 20:47:09 +0000 (20:47 +0000)
committerTed Lemon <source@isc.org>
Mon, 12 Feb 2001 20:47:09 +0000 (20:47 +0000)
omapip/Makefile.dist

index 98ccbbe20aeb5b86943449f1aa9a28feb8bd38a0..38f493a300b421c0a50a4aec4ce52f3094cda698 100644 (file)
@@ -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