aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/goose
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-05-07 11:31:26 +0000
committerJörg Mayer <jmayer@loplof.de>2013-05-07 11:31:26 +0000
commit84469a3216fa606349315ff1ecc5915dcd45a707 (patch)
treeac470376c62908436c07e5ade28582dc47594b80 /asn1/goose
parentd18b094a550df204308f976cf6b4185e8e252bc5 (diff)
Another hour gone, another set of protocols.
svn path=/trunk/; revision=49198
Diffstat (limited to 'asn1/goose')
-rw-r--r--asn1/goose/CMakeLists.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/asn1/goose/CMakeLists.txt b/asn1/goose/CMakeLists.txt
index 1fc4448aed..61fd61db5e 100644
--- a/asn1/goose/CMakeLists.txt
+++ b/asn1/goose/CMakeLists.txt
@@ -21,3 +21,29 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME goose )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ ${PROTOCOL_NAME}.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 -b )
+
+ASN2WRS()
+