aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-09-08 07:14:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-09-08 07:14:52 +0000
commit987a618d982cd50bdc215e8fb34165935dc48198 (patch)
treed9b3403ba598a3c0c239ac1b42790e6d889c5694 /packaging
parentb6b59d1f995f0ec4b50ef5d27c8522b731e72ebd (diff)
Add libgail.dll
svn path=/trunk/; revision=26165
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 11f51b7681..01c28fbee4 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -704,6 +704,8 @@ SetOutPath $INSTDIR\etc\pango
File "${GTK_DIR}\etc\pango\pango.*"
SetOutPath $INSTDIR\lib\gtk-2.0\${GTK_LIB_DIR}\engines
File "${GTK_DIR}\lib\gtk-2.0\${GTK_LIB_DIR}\engines\libpixmap.dll"
+SetOutPath $INSTDIR\lib\gtk-2.0\modules
+File "${GTK_DIR}\lib\gtk-2.0\modules\libgail.dll"
# Not needed with pango 1.14.5
#SetOutPath $INSTDIR\lib\pango\${PANGO_LIB_DIR}\modules
#File "${GTK_DIR}\lib\pango\${PANGO_LIB_DIR}\modules\pango-*.dll"