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/pkix1explicit | |
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/pkix1explicit')
-rw-r--r-- | asn1/pkix1explicit/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/pkix1explicit/Makefile.common b/asn1/pkix1explicit/Makefile.common index 83d1bc1a23..54184779af 100644 --- a/asn1/pkix1explicit/Makefile.common +++ b/asn1/pkix1explicit/Makefile.common @@ -43,7 +43,7 @@ SRC_FILES = \ $(EXTRA_DIST) \ $(EXT_ASN_FILE_LIST) -A2W_FLAGS= -e -b +A2W_FLAGS= -b EXTRA_CNF= |