summaryrefslogtreecommitdiff
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index e875457666..1698be2b32 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -37,7 +37,9 @@ libwireshark_LIBS = \
$(LUA_LIBS) \
$(SMI_LIBS) \
..\wiretap\wiretap-$(WTAP_VERSION).lib \
+!IFDEF ICONV_DIR
$(ICONV_DIR)\lib\iconv.lib \
+!ENDIF
crypt\airpdcap.lib \
ftypes\ftypes.lib \
dfilter\dfilter.lib \