From: Ted Lemon Date: Thu, 15 Feb 2001 14:11:46 +0000 (+0000) Subject: Add minires trace support. X-Git-Tag: V3-BETA-2-PATCH-18~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1347d047fff3200033de3225868b9f0c1c49bdc;p=thirdparty%2Fdhcp.git Add minires trace support. --- diff --git a/omapip/Makefile.dist b/omapip/Makefile.dist index 38f493a30..a24d2121a 100644 --- a/omapip/Makefile.dist +++ b/omapip/Makefile.dist @@ -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