diff options
author | Ted Lemon <source@isc.org> | 2001-02-15 14:11:46 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2001-02-15 14:11:46 +0000 |
commit | f1347d047fff3200033de3225868b9f0c1c49bdc (patch) | |
tree | 587234c006b2d262276874883c0e47ca81d1c1f4 /omapip | |
parent | ca3cfc480920f4ca6fcd4fdab56d8277ea04e4e1 (diff) | |
download | isc-dhcp-f1347d047fff3200033de3225868b9f0c1c49bdc.tar.gz |
Add minires trace support.
Diffstat (limited to 'omapip')
-rw-r--r-- | omapip/Makefile.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/omapip/Makefile.dist b/omapip/Makefile.dist index 38f493a3..a24d2121 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 |