aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-30 16:41:51 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-30 23:42:55 +0000
commit4d90d6e38d1afaeda387dea9522cc0417ff41141 (patch)
tree7cbdf1fad75fc71289076d77d4333923ed852113 /asn1/q932
parent3f0430d1f53c32e55649f5a6c9f9284af2190353 (diff)
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/q932')
-rw-r--r--asn1/q932/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/q932/Makefile.common b/asn1/q932/Makefile.common
index 2f182f4a78..7e49b4c087 100644
--- a/asn1/q932/Makefile.common
+++ b/asn1/q932/Makefile.common
@@ -32,7 +32,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 \
packet-$(PROTOCOL_NAME)-template.h \