aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--tools/Makefile.am17
-rw-r--r--wiretap/Makefile.am1
3 files changed, 13 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 72979aacf5..9f5c90843b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -559,6 +559,7 @@ EXTRA_DIST = \
Makefile.nmake.inc \
README.aix \
README.bsd \
+ README.DECT \
README.hpux \
README.irix \
README.linux \
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 50b7c62dae..d1812a29f1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -89,19 +89,24 @@ EXTRA_DIST = \
$(PIDL_FILES) \
asn2wrs.py \
checkhf.pl \
+ colorfilters2js.pl \
+ compare-abis.sh \
checkAPIs.pl \
dfilter-test.py \
- extract_asn1_from_spec.pl \
+ extract_asn1_from_spec.pl \
+ fixhf.pl \
+ ftsanity.py \
fuzz-test.sh \
html2text.py \
- idl2wrs.sh \
+ idl2wrs.sh \
idl2wrs.sh.in \
- lex.py \
- list_protos_in_cap.sh \
+ indexcap.py \
+ lex.py \
+ list_protos_in_cap.sh \
Makefile.nmake \
make-dissector-reg \
- make-dissector-reg.py \
- make-manuf \
+ make-dissector-reg.py \
+ make-manuf \
make-sminmpec.pl \
make-services.pl \
make-tapreg-dotc \
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 8d9d293b41..1dabf1ee1a 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -63,6 +63,7 @@ libwiretap_generated_la_SOURCES = \
$(GENERATED_C_FILES)
EXTRA_DIST = \
+ README.airmagnet \
README.developer \
Makefile.common \
Makefile.nmake \