aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-09-06 04:15:52 -0700
committerGuy Harris <guy@alum.mit.edu>2014-09-06 11:16:29 +0000
commit0bafffb28dd4f681d717b61612276497ec6fd345 (patch)
tree875e51833eff7036ff977b3e5777b408b3ca8fcb /Makefile.am
parent07b003a98f611679994a99cb64c711c6c2b4a613 (diff)
Put asn1 back as a distributed subdirectory.
If it's not there, "make distcheck" fails. In addition, 1) "make distclean" doesn't clean out the Makefile.in files under asn1 and 2) you don't get to see the source from which the ASN.1 dissectors were built if you have a source tarball. Change-Id: Ied59d42950373476a535fcf9cfccece46de92599 Reviewed-on: https://code.wireshark.org/review/4013 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c95acfdb2d..397a51c9fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1122,6 +1122,7 @@ endif
DIST_SUBDIRS = \
+ asn1 \
capchild \
caputils \
codecs \