Add missing CMake files to the tarball.

Make sure we can build from the tarball using CMake. Tested on Windows.

Change-Id: Iffc1ac964279e573aa2a8280b9bb4e799f10a974
Reviewed-on: https://code.wireshark.org/review/11066
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2015-10-15 13:55:47 -07:00
parent dd19e15484
commit b212a4eb43
4 changed files with 11 additions and 4 deletions

View File

@ -1308,9 +1308,11 @@ EXTRA_DIST = \
cmake/modules/FindLYNX.cmake \
cmake/modules/FindM.cmake \
cmake/modules/FindNL.cmake \
cmake/modules/FindNSIS.cmake \
cmake/modules/FindOS_X_FRAMEWORKS.cmake \
cmake/modules/FindPCAP.cmake \
cmake/modules/FindPOD.cmake \
cmake/modules/FindPortableApps.cmake \
cmake/modules/FindPORTAUDIO.cmake \
cmake/modules/FindPowerShell.cmake \
cmake/modules/FindSBC.cmake \
@ -1318,7 +1320,7 @@ EXTRA_DIST = \
cmake/modules/FindSETCAP.cmake \
cmake/modules/FindSH.cmake \
cmake/modules/FindSMI.cmake \
cmake/modules/FindWinSparkle.cmake \
cmake/modules/FindWinSparkle.cmake \
cmake/modules/FindWireshark.cmake \
cmake/modules/FindWSWinLibs.cmake \
cmake/modules/FindXMLLINT.cmake \
@ -1354,6 +1356,7 @@ EXTRA_DIST = \
ui/win32/print_win32.c \
ui/win32/print_win32.h \
ui/win32/settings.ini \
version.h.in \
CPackConfig.txt
install-exec-hook:

View File

@ -6,9 +6,11 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
Makefile.nmake \
macosx/Info.plist.in \
portableapps/appinfo.tmpl \
macosx/Info.plist.in \
portableapps/appinfo.tmpl \
portableapps/CMakeLists.txt \
portableapps/help.html \
portableapps/Makefile.nmake \
portableapps/readme.txt \
portableapps/WiresharkPortable.ini
portableapps/WiresharkPortable.ini \
packaging/portableapps/xcopy-deploy-exclude.txt

View File

@ -3,6 +3,7 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
AdditionalTasksPage.ini \
CMakeLists.txt \
common.nsh \
config.nsh.in \
Custom.nmake \

View File

@ -187,6 +187,7 @@ EXTRA_DIST = \
usb-ptp-extract-models.txt \
valgrind-wireshark.sh \
vg-suppressions \
win-setup.ps1 \
win-setup.sh \
wireshark_be.py \
wireshark_gen.py \