diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-07-30 16:41:51 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-07-30 23:42:55 +0000 |
commit | 4d90d6e38d1afaeda387dea9522cc0417ff41141 (patch) | |
tree | 7cbdf1fad75fc71289076d77d4333923ed852113 /asn1/mpeg-pes | |
parent | 3f0430d1f53c32e55649f5a6c9f9284af2190353 (diff) | |
download | wireshark-4d90d6e38d1afaeda387dea9522cc0417ff41141.tar.gz wireshark-4d90d6e38d1afaeda387dea9522cc0417ff41141.tar.bz2 wireshark-4d90d6e38d1afaeda387dea9522cc0417ff41141.zip |
Add some files under asn1 to the distribution.
Include CMakeLists.txt files and the gnm subdirectory, along with the
top-level Makefile.inc and Makefile.preinc files. Don't explicitly
include Custom.make, as automake does that automatically given that it's
included by asn1/Makefile.am.
Add some files to EXTRA_DIST lists.
Move some .asn files to EXTRA_DIST; they don't need to be in SRC_FILES,
as SRC_FILES always includes EXTRA_DIST, and they *do* need to be in
EXTRA_DIST so that they're in the distribution.
Change-Id: Id91df577260fa57028d40fe098be1d79c59398e6
Reviewed-on: https://code.wireshark.org/review/3273
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'asn1/mpeg-pes')
-rw-r--r-- | asn1/mpeg-pes/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/mpeg-pes/Makefile.common b/asn1/mpeg-pes/Makefile.common index 38c2ccc57b..22e2a2231a 100644 --- a/asn1/mpeg-pes/Makefile.common +++ b/asn1/mpeg-pes/Makefile.common @@ -27,7 +27,7 @@ ASN_FILE_LIST = \ # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn # files do not exist for all protocols: Please add/remove as required. EXTRA_DIST = \ - Makefile.nmake \ + $(EXTRA_DIST_COMMON) \ $(ASN_FILE_LIST) \ packet-$(PROTOCOL_NAME)-template.c \ $(PROTOCOL_NAME).cnf |