aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-17 18:40:07 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-17 18:40:07 +0000
commita4ae2a57dc57e6f209261ea0bb531be99b8bfefd (patch)
tree61e6031f373a2e04c1a31f8d0e9858bd1fe53b93 /Makefile.nmake
parent19b6883704c8674690ed8fb821041cd509c4b1d7 (diff)
Set PCAP_NG_DEFAULT correct in config.h on win32.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37697 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index cbc3522e4b..546b5d7157 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -388,6 +388,7 @@ config.h : config.h.win32 config.nmake
-e "s/@HAVE_GEOIP@/$(GEOIP_CONFIG)/" \
-e "s/@INET6@/$(INET6_CONFIG)/" \
-e "s/@HAVE_NTDDNDIS_H@/$(NTDDNDIS_CONFIG)/" \
+ -e "s/@PCAP_NG_DEFAULT@/$(PCAP_NG_DEFAULT)/" \
-e "s/@MAIN_MENU_USE_UIMANAGER@/$(MAIN_MENU_USE_UIMANAGER)/" \
-e "s/@WANT_PACKET_EDITOR@/$(WANT_PACKET_EDITOR)/" \
< config.h.win32 > $@