]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add minires trace support.
authorTed Lemon <source@isc.org>
Thu, 15 Feb 2001 14:11:46 +0000 (14:11 +0000)
committerTed Lemon <source@isc.org>
Thu, 15 Feb 2001 14:11:46 +0000 (14:11 +0000)
omapip/Makefile.dist

index 38f493a300b421c0a50a4aec4ce52f3094cda698..a24d2121a2287f18d85a68534aa43668eab526b8 100644 (file)
@@ -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 array.c trace.c
+        convert.c hash.c auth.c inet_addr.c array.c trace.c mrtrace.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 array.o trace.o
+        convert.o hash.o auth.o inet_addr.o array.o trace.o mrtrace.o
 MAN    = omapi.3
 
 DEBUG  = -g