aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
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 /Makefile.nmake
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 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 478dfeafe6..38cb3b0356 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1011,6 +1011,8 @@ install-generated-files:
cd plugins
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake install-plugins
cd ..
+ if not exist $(INSTALL_DIR)\ui mkdir $(INSTALL_DIR)\ui
+ xcopy "gtk\ui\*.xml" $(INSTALL_DIR)\ui /d
# "install-all" will copy all files needed to run Wireshark/Tshark
# to the INSTALL_DIR, so you can run/debug Wireshark/Tshark from there.