aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-12 17:46:54 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-12 17:46:54 +0000
commit1a9467824373d16f6e691c275a67d69949bc23b4 (patch)
treeeb5ed697ac6d8839f98106345f0c16568c131bde /Makefile.nmake
parent005b1013f6ceaaa680ab11c44a1c6564135d5240 (diff)
WANT_PACKET_EDITOR fixups for Windows.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37091 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 20888d6dad..28d91a03fc 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -389,6 +389,7 @@ config.h : config.h.win32 config.nmake
-e "s/@INET6@/$(INET6_CONFIG)/" \
-e "s/@HAVE_NTDDNDIS_H@/$(NTDDNDIS_CONFIG)/" \
-e "s/@MAIN_MENU_USE_UIMANAGER@/$(MAIN_MENU_USE_UIMANAGER)/" \
+ -e "s/@WANT_PACKET_EDITOR@/$(WANT_PACKET_EDITOR)/" \
< config.h.win32 > $@