aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-12 10:56:26 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-12 10:56:26 +0000
commit671dcd6206be937abac2d72f2fb4672b5d5a3524 (patch)
treeb4bf409d55512d92e87b73d1d37fab3d15e9037d /Makefile.nmake
parented973fef8a58d8b05cac2a6d24c1a8801b8d51d8 (diff)
Make the use of UIManager a configure option.
NOTE Only for Windows. Additional moves to UIManager. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37072 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 6ef73142c7..20888d6dad 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/@MAIN_MENU_USE_UIMANAGER@/$(MAIN_MENU_USE_UIMANAGER)/" \
< config.h.win32 > $@