[syslinux:elflink] com32: Add missing DHCP pack/unpack files

syslinux-bot for Matt Fleming matt.fleming at intel.com
Tue Jun 26 09:54:07 PDT 2012


Commit-ID:  580de4dedd7f67b4a9ae44ae68ac73a248c037ea
Gitweb:     http://www.syslinux.org/commit/580de4dedd7f67b4a9ae44ae68ac73a248c037ea
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Sat, 9 Jun 2012 19:01:54 +0100
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Sat, 9 Jun 2012 19:01:54 +0100

com32: Add missing DHCP pack/unpack files

These files were left out of the recent merge from master.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 com32/lib/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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						\
 	\


More information about the Syslinux-commits mailing list