aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-03-20 20:41:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-03-20 20:41:23 +0000
commit5d7eef17d332d3b5637f2228dd25730980d4c1bd (patch)
tree693c0a9306ade770f4f75a5c7975ed1ad38f2c5a /Makefile.nmake
parentc288c1ae058ee453b8def8f342f6546b143e6df5 (diff)
downloadwireshark-5d7eef17d332d3b5637f2228dd25730980d4c1bd.tar.gz
wireshark-5d7eef17d332d3b5637f2228dd25730980d4c1bd.tar.bz2
wireshark-5d7eef17d332d3b5637f2228dd25730980d4c1bd.zip
Get the Windows build going again.
svn path=/trunk/; revision=24705
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 c77b4e0e06..5ab0fa14f1 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1050,8 +1050,8 @@ install-common-deps2:
!IFDEF GTK2_DIR
set INSTALL_DIR=$(INSTALL2_DIR)
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake install-common-deps
- # This should be moved back to install-common-deps if we ever drop
- # GTK+1 support.
+# This should be moved back to install-common-deps if we ever drop
+# GTK+1 support.
xcopy $(GLIB_DIR)\bin\libgmodule-2.0-0.dll $(INSTALL2_DIR) /d
!ENDIF