From 580de4dedd7f67b4a9ae44ae68ac73a248c037ea Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Sat, 9 Jun 2012 19:01:54 +0100 Subject: [PATCH] com32: Add missing DHCP pack/unpack files These files were left out of the recent merge from master. Signed-off-by: Matt Fleming --- com32/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 75771d9..b9c1494 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -133,7 +133,7 @@ LIBOTHER_OBJS = \ skipspace.o \ chrreplace.o \ bufprintf.o \ - inet.o \ + inet.o dhcppack.o dhcpunpack.o \ strreplace.o \ lstrdup.o \ \ -- 2.7.4