aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-28 15:08:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-28 15:08:31 +0000
commit65c3879f2dbd8cb279f7d376474f46bf27d52abf (patch)
treeb5878c42550af3cb49c7d7abbb5a2a689a823bb9 /packaging
parenteb099e3e41d72e631840182c045492edd54fcd72 (diff)
Install the GUI xml files. I'm not sure about the Makefile.am changes pkease check.
svn path=/trunk/; revision=38756
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"