diff options
author | Graeme Lunt <graeme.lunt@smhs.co.uk> | 2007-12-15 15:21:25 +0000 |
---|---|---|
committer | Graeme Lunt <graeme.lunt@smhs.co.uk> | 2007-12-15 15:21:25 +0000 |
commit | 9c6ac3835fa68a9dfb9779c55dd3260bffc30590 (patch) | |
tree | ca6741ca6915aa66bcce5b87256b922113d32fe8 /asn1/dap/Makefile.common | |
parent | 7a5f960bb72daedc7d34fa813e309e40adfd02d8 (diff) | |
download | wireshark-9c6ac3835fa68a9dfb9779c55dd3260bffc30590.tar.gz wireshark-9c6ac3835fa68a9dfb9779c55dd3260bffc30590.tar.bz2 wireshark-9c6ac3835fa68a9dfb9779c55dd3260bffc30590.zip |
Revised DAP dissector using latest asn2wrs features (requiring fewer changes the ASN.1 module) and table-driven operations.
svn path=/trunk/; revision=23875
Diffstat (limited to 'asn1/dap/Makefile.common')
-rw-r--r-- | asn1/dap/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/asn1/dap/Makefile.common b/asn1/dap/Makefile.common index 3dc3a30b86..e9babdfe4e 100644 --- a/asn1/dap/Makefile.common +++ b/asn1/dap/Makefile.common @@ -33,7 +33,9 @@ EXPORT_FILES = \ EXT_ASN_FILE_LIST = ASN_FILE_LIST = \ - $(PROTOCOL_NAME).asn + $(PROTOCOL_NAME).asn \ + DirectoryAccessProtocol.asn + # The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn # files do not exist # for all protocols: Please add/remove as required. @@ -47,7 +49,7 @@ SRC_FILES = \ $(EXTRA_DIST) \ $(EXT_ASN_FILE_LIST) -A2W_FLAGS= -b -e +A2W_FLAGS= -b -e -L EXTRA_CNF= \ ../disp/disp-exp.cnf \ |