aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-23 18:56:31 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-23 18:56:31 +0000
commitc30c410fa51598eaaa74ef0cf16530a9c3252f20 (patch)
treedad5a9bdbb9bf2d6b56f881566ba5df8835ebd0c /epan/dissectors/Makefile.nmake
parent218ec164c67deb33d213f8003915b90192078641 (diff)
Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_
conversion. svn path=/trunk/; revision=27098
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 3ee8a9f947..60f30f9ad6 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -14,7 +14,7 @@ include Makefile.common
CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) \
$(ZLIB_CFLAGS) \
$(PCRE_CFLAGS) $(GNUTLS_CFLAGS) $(NETTLE_CFLAGS) \
- $(KFW_CFLAGS) $(AIRPCAP_CFLAGS) \
+ $(KFW_CFLAGS) $(AIRPCAP_CFLAGS) $(GEOIP_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL