aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-09-27 21:48:25 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-09-27 21:48:25 +0000
commit9ca4a5c24a57cdef1dd866eb226ff77321133b68 (patch)
treec60c281936f70c6ab6d360269090babd9e916dbb /asn1
parent0e4ae399207d13608030a621d64d30feeb27614f (diff)
Updated to include the ranap header file.
svn path=/trunk/; revision=23002
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ranap/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/asn1/ranap/Makefile.common b/asn1/ranap/Makefile.common
index de9b686ff8..26ca281cb3 100644
--- a/asn1/ranap/Makefile.common
+++ b/asn1/ranap/Makefile.common
@@ -23,9 +23,10 @@
PROTOCOL_NAME = ranap
DISSECTOR_FILES = \
- packet-$(PROTOCOL_NAME).c
+ packet-$(PROTOCOL_NAME).c \
+ packet-$(PROTOCOL_NAME).h
-NEED_PACKET_PROTO_H = 0
+NEED_PACKET_PROTO_H = 1
EXT_ASN_FILE_LIST =
@@ -40,6 +41,7 @@ ASN_FILE_LIST = \
EXTRA_DIST = \
$(ASN_FILE_LIST) \
packet-$(PROTOCOL_NAME)-template.c \
+ packet-$(PROTOCOL_NAME)-template.h \
$(PROTOCOL_NAME).cnf
SRC_FILES = \