From e6a2fabf711489a66752ee0e387440c802afcd80 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 30 Jul 2014 11:20:39 -0700 Subject: [PATCH] Fix dist. Add ui/cli/tshark-tap.h and packaging/nsis/windeployqt-to-nsis.ps1. Change-Id: I00465aed3f33595ad50be0ba5d0ed0eae54e1137 Reviewed-on: https://code.wireshark.org/review/3268 Reviewed-by: Gerald Combs --- packaging/nsis/Makefile.am | 19 ++++++++++--------- ui/cli/Makefile.common | 3 +++ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/packaging/nsis/Makefile.am b/packaging/nsis/Makefile.am index 1d4cdf4f1b..946fabae89 100644 --- a/packaging/nsis/Makefile.am +++ b/packaging/nsis/Makefile.am @@ -2,18 +2,19 @@ MAINTAINERCLEANFILES = \ Makefile.in EXTRA_DIST = \ - wireshark.nsi \ - uninstall.nsi \ - common.nsh \ - GetWindowsVersion.nsh \ - servicelib.nsh \ - VersionCompare.nsh \ AdditionalTasksPage.ini \ - WinPcapPage.ini \ - Makefile.nmake \ + common.nsh \ Custom.nmake \ custom_diameter_xmls.txt \ - custom_plugins.txt \ custom_mibs.txt \ + custom_plugins.txt \ custom_radius_dict.txt \ + GetWindowsVersion.nsh \ + Makefile.nmake \ + servicelib.nsh \ + uninstall.nsi \ + VersionCompare.nsh \ + windeployqt-to-nsis.ps1 \ + WinPcapPage.ini \ + wireshark.nsi \ x64.nsh diff --git a/ui/cli/Makefile.common b/ui/cli/Makefile.common index fca2671bca..cce232161a 100644 --- a/ui/cli/Makefile.common +++ b/ui/cli/Makefile.common @@ -80,3 +80,6 @@ TSHARK_TAP_SRC = \ tap-stats_tree.c \ tap-sv.c \ tap-wspstat.c + +noinst_HEADERS = \ + tshark-tap.h