Try to fix tarball compilation on Windows.

svn path=/trunk/; revision=43428
This commit is contained in:
Gerald Combs 2012-06-21 17:35:59 +00:00
parent 3685b4db6f
commit 1785ed1ee0
2 changed files with 2 additions and 2 deletions

View File

@ -1085,8 +1085,6 @@ install-generated-files:
cd plugins
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake install-plugins
cd ..
if not exist $(INSTALL_DIR)\ui mkdir $(INSTALL_DIR)\ui
xcopy "ui\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.

View File

@ -5,6 +5,8 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
wireshark.nsi \
uninstall.nsi \
common.nsh \
GetWindowsVersion.nsh \
servicelib.nsh \
VersionCompare.nsh \