diff options
author | Jörg Mayer <jmayer@loplof.de> | 2007-10-11 05:27:27 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2007-10-11 05:27:27 +0000 |
commit | 0e0bed500d402831a05232e3c980218c42aa1967 (patch) | |
tree | fca938bf13758c2eaa32a4a48ad722517a2256cd /asn1/inap | |
parent | f287f6c40f5c6b69a1cd81eab6cee8de866a9e25 (diff) | |
download | wireshark-0e0bed500d402831a05232e3c980218c42aa1967.tar.gz wireshark-0e0bed500d402831a05232e3c980218c42aa1967.tar.bz2 wireshark-0e0bed500d402831a05232e3c980218c42aa1967.zip |
- Remove -e option if the generated -exp.cnf file isn't used.
- Add EXPORT_FILES to all files that still contain -e.
svn path=/trunk/; revision=23145
Diffstat (limited to 'asn1/inap')
-rw-r--r-- | asn1/inap/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/inap/Makefile.common b/asn1/inap/Makefile.common index 8115bc71bb..543e218af1 100644 --- a/asn1/inap/Makefile.common +++ b/asn1/inap/Makefile.common @@ -27,6 +27,8 @@ DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c \ NEED_PACKET_PROTO_H = 1 +EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf + EXT_ASN_FILE_LIST = ../ros/Remote-Operations-Information-Objects.asn 1248_1_ASN_FILES= \ |