diff options
author | João Valverde <joao.valverde@tecnico.ulisboa.pt> | 2019-02-03 02:15:13 +0000 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2019-06-11 20:59:39 +0000 |
commit | 63af1da7e72dea670594aa7ce521adc8020ecab4 (patch) | |
tree | 523a6a953595f9bc988509b9f8acbcefddabb456 /packaging/wix | |
parent | 57bb2b2a099fd1df57a37b3a93a07212167c59aa (diff) |
Kill libwscodecs plugin library, just use plugins
Change-Id: I085d04840acb53b0b7681787429a2b4e10547cd5
Reviewed-on: https://code.wireshark.org/review/33068
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/wix')
-rw-r--r-- | packaging/wix/ComponentGroups.wxi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi index 2fa195d750..5468978bfd 100644 --- a/packaging/wix/ComponentGroups.wxi +++ b/packaging/wix/ComponentGroups.wxi @@ -24,9 +24,6 @@ <Component Id="cmpLibwireshark_dll" Guid="*"> <File Id="filLibwireshark_dll" KeyPath="yes" Source="$(var.Staging.Dir)\libwireshark.dll" /> </Component> - <Component Id="cmpLibwscodecs_dll" Guid="*"> - <File Id="filLibwscodecs_dll" KeyPath="yes" Source="$(var.Staging.Dir)\libwscodecs.dll" /> - </Component> <Component Id="cmpLibwsutil_dll" Guid="*"> <File Id="filLibwsutil_dll" KeyPath="yes" Source="$(var.Staging.Dir)\libwsutil.dll" /> </Component> @@ -84,7 +81,6 @@ <ComponentGroup Id="CG.WiresharkRequired"> <ComponentRef Id="cmpWiretap_dll" /> <ComponentRef Id="cmpLibwireshark_dll" /> - <ComponentRef Id="cmpLibwscodecs_dll" /> <ComponentRef Id="cmpLibwsutil_dll" /> <ComponentRef Id="cmpCOPYING_txt" /> <ComponentRef Id="cmpNEWS_txt" /> |