aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gnm
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-30 21:30:41 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-31 04:31:10 +0000
commit791d93a2594611ba44725ecf8338eb2785021c19 (patch)
tree8b1a8239be27d889b78321b0fe5526715e1433cd /asn1/gnm
parent4d90d6e38d1afaeda387dea9522cc0417ff41141 (diff)
Add more files to the distribution.
If it's checked into asn1 or a subdirectory thereof, put it into the distribution. (If it's not useful, why is it in Git?) Change-Id: I4dac8a0d19a770db1513729cf71069a37f1d83fc Reviewed-on: https://code.wireshark.org/review/3276 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'asn1/gnm')
-rw-r--r--asn1/gnm/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/gnm/Makefile.common b/asn1/gnm/Makefile.common
index 4501e7123c..348bbe209b 100644
--- a/asn1/gnm/Makefile.common
+++ b/asn1/gnm/Makefile.common
@@ -24,11 +24,15 @@ EXT_ASN_FILE_LIST =
ASN_FILE_LIST = \
GNM.asn
+INCLUDED_ASN_FILE_LIST = \
+ ASN1DefinedTypesModule.asn
+
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.
EXTRA_DIST = \
$(EXTRA_DIST_COMMON) \
$(ASN_FILE_LIST) \
+ $(INCLUDED_ASN_FILE_LIST) \
packet-$(PROTOCOL_NAME)-template.c \
packet-$(PROTOCOL_NAME)-template.h \
$(PROTOCOL_NAME).cnf