Add more files to the release tarball.

Change-Id: I02ce275154979ff56f8f8929e5909f3035f62c47
Reviewed-on: https://code.wireshark.org/review/3286
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-07-31 01:55:22 -07:00
parent 7f3d97c669
commit 3ac49be96c
7 changed files with 81 additions and 5 deletions

View File

@ -799,6 +799,9 @@ EXTRA_DIST = \
fix/FIX42.xml \
fix/FIX43.xml \
fix/FIX44.xml \
fix/FIX50.xml \
fix/FIX50SP1.xml \
fix/FIX50SP2.xml \
fix/README \
fix/Values.xsl \
fix/hfDecl.xsl \

View File

@ -40,9 +40,13 @@ EXTRA_DIST = \
frstrans.cnf \
frstrans.idl \
idl_types.h \
initshutdown.cnf \
initshutdown.idl \
lsa.cnf \
lsa.idl \
mdssvc.cnf \
mdssvc.idl \
misc.cnf \
misc.idl \
samr.cnf \
samr.idl \

View File

@ -47,7 +47,8 @@ libnghttp2_la_SOURCES = \
EXTRA_DIST = \
Makefile.common \
Makefile.nmake
Makefile.nmake \
README.nghttp2
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html

View File

@ -76,6 +76,7 @@ EXTRA_DIST = \
ScriptExec/ScriptExec_Prefix.pch \
ScriptExec/version.plist \
Scripts/chmodbpf-postinstall.sh \
Scripts/cli-preinstall.sh \
Scripts/cli-postinstall.sh \
Scripts/wireshark-postinstall.sh \
utility-launcher \

View File

@ -140,7 +140,20 @@ EXTRA_DIST = \
Makefile.nmake \
moduleinfo.nmake \
plugin.rc.in \
CMakeLists.txt
CMakeLists.txt \
examples/call.mate \
examples/mms.mate \
examples/pasv_ftp.mate \
examples/tcp.mate \
examples/web.mate \
matelib/dns.mate \
matelib/h225_ras.mate \
matelib/isup.mate \
matelib/megaco.mate \
matelib/q931.mate \
matelib/radius.mate \
matelib/rtsp.mate \
matelib/sip.mate
RUNLEX = $(top_srcdir)/tools/runlex.sh

View File

@ -124,7 +124,8 @@ EXTRA_DIST = \
Makefile.nmake \
moduleinfo.nmake \
plugin.rc.in \
CMakeLists.txt
CMakeLists.txt \
README.wimax
checkapi:
$(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build \

View File

@ -55,6 +55,7 @@ PIDL_FILES= \
pidl/lib/Parse/Pidl/Wireshark/Conformance.pm \
pidl/lib/Parse/Pidl/Wireshark/NDR.pm \
pidl/lib/Parse/Yapp/Driver.pm \
pidl/lib/wscript_build \
pidl/pidl \
pidl/tests/Util.pm \
pidl/tests/cutil.pl \
@ -81,27 +82,63 @@ PIDL_FILES= \
pidl/tests/typelist.pl \
pidl/tests/util.pl \
pidl/tests/wireshark-conf.pl \
pidl/tests/wireshark-ndr.pl
pidl/tests/wireshark-ndr.pl \
pidl/wscript
EXTRA_DIST = \
$(PIDL_FILES) \
asn2deb \
asn2wrs.py \
build-qt-sdk.bat \
checkfiltername.pl \
checkhf.pl \
checklicenses.py \
colorfilters2js.pl \
commit-msg \
compare-abis.sh \
checkAPIs.pl \
convert-proto-tree-new.awk \
convert_expert_add_info_format.pl \
convert_proto_tree_add_text.pl \
cppcheck/cppcheck.sh \
cppcheck/includes \
cppcheck/suppressions \
debian-setup.sh \
dfilter-test.py \
dftestfiles/arp.pcap \
dftestfiles/http.pcap \
dftestfiles/ipv6.pcap \
dftestfiles/ipx_rip.pcap \
dftestfiles/nfs.pcap \
dftestfiles/ntp.pcap \
dftestfiles/tftp.pcap \
dftestlib/__init__.py \
dftestlib/bytes_ether.py \
dftestlib/bytes_ipv6.py \
dftestlib/bytes_type.py \
dftestlib/dftest.py \
dftestlib/double.py \
dftestlib/integer.py \
dftestlib/integer_1byte.py \
dftestlib/ipv4.py \
dftestlib/range_method.py \
dftestlib/scanner.py \
dftestlib/string_type.py \
dftestlib/stringz.py \
dftestlib/time_relative.py \
dftestlib/time_type.py \
dftestlib/tvb.py \
dftestlib/uint64.py \
dftestlib/util.py \
extract_asn1_from_spec.pl \
fix-encoding-args.pl \
fixhf.pl \
ftsanity.py \
fuzz-test.sh \
gen-bugnote \
git-compare-abis.sh \
git-export-release.sh \
html2text.py \
asn2deb \
idl2deb \
idl2wrs \
indexcap.py \
@ -113,14 +150,22 @@ EXTRA_DIST = \
make-dissector-reg.py \
make-manuf \
make-sminmpec.pl \
make-services.pl \
make-services.py \
make-tapreg-dotc \
make-tap-reg.py \
make-usb.py \
make_charset_table.c \
msnchat \
native-nmake.cmd \
ncp2222.py \
netscreen2dump.py \
npl/ast.h \
npl/npl.c \
npl/parser.l \
npl/xmem.h \
pkt-from-core.py \
pre-commit \
process-x11-fields.pl \
process-x11-xcb.pl \
randpkt-test.sh \
@ -130,7 +175,15 @@ EXTRA_DIST = \
test-common.sh \
test-captures.sh \
textify.sh \
tpg/Makefile.am \
tpg/Makefile.nmake \
tpg/V2P.pm \
tpg/tpg.pl \
tpg/tpg.yp \
usb-ptp-extract-models.pl \
usb-ptp-extract-models.txt \
valgrind-wireshark.sh \
vg-suppressions \
win-setup.sh \
wireshark_be.py \
wireshark_gen.py \