From: Ted Lemon Date: Sat, 29 Mar 1997 03:57:20 +0000 (+0000) Subject: Build inet_addr.o X-Git-Tag: DHCP-970328~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049d2e07cad0c3bf8e8b9fefaebd798364edfb70;p=thirdparty%2Fdhcp.git Build inet_addr.o --- diff --git a/common/Makefile.dist b/common/Makefile.dist index ca02e0391..2fbc28266 100644 --- a/common/Makefile.dist +++ b/common/Makefile.dist @@ -31,10 +31,10 @@ SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \ packet.c memory.c print.c options.c inet.c convert.c \ - tree.c tables.c hash.c alloc.c errwarn.c + tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \ packet.o memory.o print.o options.o inet.o convert.o \ - tree.o tables.o hash.o alloc.o errwarn.o + tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o DEBUG = -g INCLUDES = -I.. -I../includes