aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h501
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-05-07 16:26:35 +0000
committerJörg Mayer <jmayer@loplof.de>2013-05-07 16:26:35 +0000
commit5fa9c90ffd65a1214b083cc0b006e1ebe7895e7e (patch)
tree7a1d1d9029c50716cb555467b30cc67826e9833a /asn1/h501
parentb53ac56b03c9b348065d6242f78a73283f3d3bca (diff)
Some more
svn path=/trunk/; revision=49203
Diffstat (limited to 'asn1/h501')
-rw-r--r--asn1/h501/CMakeLists.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/asn1/h501/CMakeLists.txt b/asn1/h501/CMakeLists.txt
index 1fc4448aed..27d75d8ac0 100644
--- a/asn1/h501/CMakeLists.txt
+++ b/asn1/h501/CMakeLists.txt
@@ -21,3 +21,34 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME h501 )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ H501-MESSAGES.asn
+)
+
+set( EXTRA_DIST
+ ${ASN_FILE_LIST}
+ packet-${PROTOCOL_NAME}-template.c
+ ${PROTOCOL_NAME}.cnf
+)
+
+set( SRC_FILES
+ ${EXTRA_DIST}
+ ${EXT_ASN_FILE_LIST}
+)
+
+set( A2W_FLAGS )
+
+set( EXTRA_CNF
+ h225-exp.cnf
+ h235-exp.cnf
+)
+
+ASN2WRS()
+