aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-09-06 18:01:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-09-06 18:01:47 +0000
commitead74543b36ee9f6ac25a9f1dc0db34557bd31d0 (patch)
tree4e1223bd2736afa73f38cf72a655e6b5a6da86e1 /Makefile.nmake
parent768b822f9be6e361fccb98bf8c5760773c01840b (diff)
Fix a typo.
svn path=/trunk/; revision=26150
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 294506be89..a41f9c0551 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -702,9 +702,9 @@ process_libs:
if not exist $(WIRESHARK_LIBS) md $(WIRESHARK_LIBS)
!IF "$(GTK_INST_VERSION)" == "2.14"
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- glib gtk2.12/glib_2.18.0-1_win32.zip
+ glib gtk2.14/glib_2.18.0-2_win32.zip
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- glib gtk2.12/glib-dev_2.18.0-1_win32.zip
+ glib gtk2.14/glib-dev_2.18.0-2_win32.zip
!ELSEIF "$(GTK_INST_VERSION)" == "2.12"
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
glib gtk2.12/glib_2.18.0-1_win32.zip