aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-06-28 15:31:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-06-28 15:31:41 +0000
commit7ba4ce19837d8202289160a18571707d2794310e (patch)
tree89748cbea94231792f1cce978a12ab5a2cf25493 /asn1/s1ap/Makefile.common
parent1d8014fab44f704e9de9ce5686a5a6849b19f572 (diff)
Dissect more GTPV2 IE's
svn path=/trunk/; revision=33351
Diffstat (limited to 'asn1/s1ap/Makefile.common')
-rw-r--r--asn1/s1ap/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/asn1/s1ap/Makefile.common b/asn1/s1ap/Makefile.common
index 36d880ac6a..fb12af73d1 100644
--- a/asn1/s1ap/Makefile.common
+++ b/asn1/s1ap/Makefile.common
@@ -23,8 +23,10 @@
PROTOCOL_NAME = s1ap
DISSECTOR_FILES = \
- packet-$(PROTOCOL_NAME).c
+ packet-$(PROTOCOL_NAME).c \
+ packet-$(PROTOCOL_NAME).h
+EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
EXT_ASN_FILE_LIST =
@@ -40,6 +42,7 @@ EXTRA_DIST = \
Makefile.nmake \
$(ASN_FILE_LIST) \
packet-$(PROTOCOL_NAME)-template.c \
+ packet-$(PROTOCOL_NAME)-template.h \
$(PROTOCOL_NAME).cnf
SRC_FILES = \