summaryrefslogtreecommitdiff
path: root/asn1/lppa
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/lppa')
-rw-r--r--asn1/lppa/CMakeLists.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/asn1/lppa/CMakeLists.txt b/asn1/lppa/CMakeLists.txt
index 1fc4448aed..1f1e2cb1dd 100644
--- a/asn1/lppa/CMakeLists.txt
+++ b/asn1/lppa/CMakeLists.txt
@@ -21,3 +21,34 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME lppa )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ LPPA-Common.asn
+ LPPA-Constant.asn
+ LPPA-Container.asn
+ LPPA-ElementaryProcedure.asn
+ LPPA-InformationElement.asn
+ LPPA-PDU.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 )
+
+ASN2WRS()
+