summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-02-15 20:57:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-02-15 20:57:50 +0000
commit72cfbf1e011380672a1ee49fe1d2988044917448 (patch)
tree0f32b7dd8f9db8b66622c60a3dba1c08e614dd88 /Makefile.nmake
parente84e742d864c444e11e6e573580e4e3b6da2839d (diff)
downloadwireshark-72cfbf1e011380672a1ee49fe1d2988044917448.tar.gz
Use the latest GTK bundle (2.18.7)
svn path=/trunk/; revision=31882
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 6891cf15fe..cddaa12071 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1000,7 +1000,7 @@ install-all: install-generated-files
xcopy $(GTK_DIR)\lib\gtk-2.0\modules\libgail.dll $(INSTALL_DIR)\lib\gtk-2.0\modules /d
xcopy $(GTK_DIR)\lib\gtk-2.0\$(GTK_LIB_DIR)\engines\libpixmap.dll $(INSTALL_DIR)\lib\gtk-2.0\$(GTK_LIB_DIR)\engines /d
!IFDEF NEED_LIBPNG_DLL
- xcopy $(GTK_DIR)\bin\libpng12-0.dll $(INSTALL_DIR) /d
+ xcopy $(GTK_DIR)\bin\$(PNG_DLL) $(INSTALL_DIR) /d
!ENDIF
!IFDEF NEED_LIBTIFF_DLL
xcopy $(GTK_DIR)\bin\$(TIFF_DLL) $(INSTALL_DIR) /d