diff options
author | Jörg Mayer <jmayer@loplof.de> | 2007-10-16 13:59:40 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2007-10-16 13:59:40 +0000 |
commit | c2d0c8fa3161a00dfa3942d55cb60de677ba9c9b (patch) | |
tree | 1bc554069aa8a26b7fc84961ac447b8fe7d120b4 /asn1/h235 | |
parent | 254a5ad7059c6eb3eba980abc624a4b62487ada2 (diff) | |
download | wireshark-c2d0c8fa3161a00dfa3942d55cb60de677ba9c9b.tar.gz wireshark-c2d0c8fa3161a00dfa3942d55cb60de677ba9c9b.tar.bz2 wireshark-c2d0c8fa3161a00dfa3942d55cb60de677ba9c9b.zip |
- Fix svn:ignore for all directories
- gsmmap: uncomment -s option in gsmmap.cnf
- Fix cyclic dependencies:
+ Remove EXPORT_CNF from dependencies for cnf files
+ Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf
svn path=/trunk/; revision=23202
Diffstat (limited to 'asn1/h235')
-rw-r--r-- | asn1/h235/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/asn1/h235/Makefile.common b/asn1/h235/Makefile.common index f9a8961ed7..fe9adec5fc 100644 --- a/asn1/h235/Makefile.common +++ b/asn1/h235/Makefile.common @@ -49,9 +49,7 @@ SRC_FILES = \ A2W_FLAGS = -e -EXTRA_CNF = - -IMPORT_CNF = \ +EXTRA_CNF = \ ../h225/h225-exp.cnf ../h225/h225-exp.cnf: |