aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-06-09 19:01:54 +0100
committerMatt Fleming <matt.fleming@intel.com>2012-06-09 19:01:54 +0100
commit580de4dedd7f67b4a9ae44ae68ac73a248c037ea (patch)
tree3090f48544ad297fdec51e94e0279fece2e30361
parentcbe2f92bc756be6ae840a672ae1250ff11f99062 (diff)
downloadsyslinux-580de4dedd7f67b4a9ae44ae68ac73a248c037ea.tar.gz
syslinux-580de4dedd7f67b4a9ae44ae68ac73a248c037ea.tar.xz
syslinux-580de4dedd7f67b4a9ae44ae68ac73a248c037ea.zip
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@intel.com>
-rw-r--r--com32/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 75771d97..b9c14947 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 \
\