From facc9535044bf082bf958be47babba4f35b9fa2e Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 6 Sep 2016 15:59:24 -0700 Subject: Autotools: Distribute packaging/wix. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …otherwise you can't compile from the tarball on Windows. Change-Id: I99c73b09d9468f0da753c05451fa54348680963f Reviewed-on: https://code.wireshark.org/review/17543 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- configure.ac | 1 + packaging/Makefile.am | 3 +-- packaging/wix/Makefile.am | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 packaging/wix/Makefile.am diff --git a/configure.ac b/configure.ac index 4527988511..aa041d54f5 100644 --- a/configure.ac +++ b/configure.ac @@ -2816,6 +2816,7 @@ AC_CONFIG_FILES( packaging/svr4/Makefile packaging/svr4/checkinstall packaging/svr4/pkginfo + packaging/wix/Makefile plugins/Makefile plugins/docsis/Makefile plugins/easy_codec/Makefile diff --git a/packaging/Makefile.am b/packaging/Makefile.am index 1535072307..7a888a7e85 100644 --- a/packaging/Makefile.am +++ b/packaging/Makefile.am @@ -1,11 +1,10 @@ # -SUBDIRS = macosx rpm svr4 nsis +SUBDIRS = macosx rpm svr4 nsis wix MAINTAINERCLEANFILES = \ Makefile.in EXTRA_DIST = \ - macosx/Info.plist.in \ portableapps/appinfo.tmpl \ portableapps/CMakeLists.txt \ portableapps/help.html \ diff --git a/packaging/wix/Makefile.am b/packaging/wix/Makefile.am new file mode 100644 index 0000000000..deda36c965 --- /dev/null +++ b/packaging/wix/Makefile.am @@ -0,0 +1,22 @@ +MAINTAINERCLEANFILES = \ + Makefile.in + +EXTRA_DIST = \ + CMakeLists.txt \ + COPYING.rtf \ + ComponentGroups.wxi \ + DirectoryStructure.wxi \ + Features.wxi \ + InputPaths.wxi \ + Plugins.wxi \ + Prerequisites.wxi \ + README \ + UserInterface.wxi \ + Wireshark.wxs \ + WiresharkOptionsDlg.wxs \ + WiresharkWixUI.wxs \ + banner.bmp \ + banner.svg \ + dialog.bmp \ + dialog.svg \ + windeployqt-to-wix.ps1 -- cgit v1.2.3