2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Add minires trace support.

This commit is contained in:
Ted Lemon
2001-02-15 14:11:46 +00:00
parent ca3cfc4809
commit f1347d047f

View File

@@ -21,10 +21,10 @@ CATMANPAGES = omapi.cat3
SEDMANPAGES = omapi.man3 SEDMANPAGES = omapi.man3
SRC = protocol.c buffer.c alloc.c result.c connection.c errwarn.c \ 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 \ 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 \ 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 \ 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 MAN = omapi.3
DEBUG = -g DEBUG = -g