diff options
author | Gerald Combs <gerald@wireshark.org> | 2016-09-06 15:59:24 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2016-09-07 00:02:29 +0000 |
commit | facc9535044bf082bf958be47babba4f35b9fa2e (patch) | |
tree | 3545d8d6fa2ec2ea9e9ad59cb6f17617bc946c5c /packaging/wix | |
parent | 9fb9e9f5a9d4130a67c22d0807af0d4027ef2322 (diff) | |
download | wireshark-facc9535044bf082bf958be47babba4f35b9fa2e.tar.gz wireshark-facc9535044bf082bf958be47babba4f35b9fa2e.tar.bz2 wireshark-facc9535044bf082bf958be47babba4f35b9fa2e.zip |
Autotools: Distribute packaging/wix.
…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 <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/wix')
-rw-r--r-- | packaging/wix/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
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 |