aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-28 15:08:31 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-28 15:08:31 +0000
commitf1b378e4171798e5c3e8fa7e5aaad91214e1619d (patch)
treeb5878c42550af3cb49c7d7abbb5a2a689a823bb9 /packaging
parentc2b3a8267bbc1eff654d6eb4bbefd69aa0eca1dd (diff)
Install the GUI xml files. I'm not sure about the Makefile.am changes pkease check.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38756 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index ce60466aff..2bc2e0cb8c 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -672,6 +672,14 @@ SetOutPath $INSTDIR\tpncp
File "..\..\tpncp\tpncp.dat"
;
+; Install the GUI XML files in the "ui" subdirectory
+; of the installation directory.
+;
+SetOutPath $INSTDIR\ui
+File "..\..\gtk\ui\bytes-view-ui.xml"
+SetOutPath $INSTDIR
+
+;
; install the wimaxasncp TLV definitions in the wimaxasncp subdirectory
;
SetOutPath $INSTDIR\wimaxasncp
@@ -1097,6 +1105,7 @@ Delete "$INSTDIR\diameter\*.*"
Delete "$INSTDIR\snmp\mibs\*.*"
Delete "$INSTDIR\snmp\*.*"
Delete "$INSTDIR\tpncp\*.*"
+Delete "$INSTDIR\ui\*.*"
Delete "$INSTDIR\wimaxasncp\*.*"
Delete "$INSTDIR\*.exe"
Delete "$INSTDIR\*.dll"
@@ -1161,6 +1170,7 @@ RMDir "$INSTDIR\snmp"
RMDir "$INSTDIR\radius"
RMDir "$INSTDIR\dtds"
RMDir "$INSTDIR\tpncp"
+RMDir "$INSTDIR\ui"
RMDir "$INSTDIR\wimaxasncp"
RMDir "$INSTDIR"