summaryrefslogtreecommitdiff
path: root/asn1/camel
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/camel
parent4d90d6e38d1afaeda387dea9522cc0417ff41141 (diff)
downloadwireshark-791d93a2594611ba44725ecf8338eb2785021c19.tar.gz
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/camel')
-rw-r--r--asn1/camel/Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/asn1/camel/Makefile.common b/asn1/camel/Makefile.common
index ca8a717f90..d2203a1b92 100644
--- a/asn1/camel/Makefile.common
+++ b/asn1/camel/Makefile.common
@@ -38,16 +38,19 @@ ASN_FILE_LIST = \
CAP-U-ABORT-Data.asn \
CamelV2diff.asn
+INCLUDED_ASN_FILE_LIST = \
+ TCAPMessages.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).asn \
- $(PROTOCOL_NAME).cnf \
- TCAPMessages.asn
+ $(PROTOCOL_NAME).cnf
SRC_FILES = \
$(EXTRA_DIST) \