aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-29 01:00:52 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-29 01:00:52 +0000
commitbaee0e77feae24cd70139aef9083b4c260e01c0a (patch)
tree9a2a913db1b9603a89d5b006bb7cc55acc446d98 /wsutil/Makefile.nmake
parent79c2dae9608b485b5ea50e886f4601fcb716e4df (diff)
Make inet_aton an optional object on *NIX again
svn path=/trunk/; revision=33016
Diffstat (limited to 'wsutil/Makefile.nmake')
-rw-r--r--wsutil/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 9f264b9292..67ebe8f0cb 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -23,6 +23,7 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
libwsutil_LIBS = $(GLIB_LIBS)
OBJECTS = file_util.obj \
+ inet_aton.obj \
inet_ntop.obj \
inet_pton.obj \
$(LIBWSUTIL_SRC:.c=.obj) \