From Mathias Guettler:
authorAnders Broman <anders.broman@ericsson.com>
Thu, 8 Aug 2013 05:34:22 +0000 (05:34 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Thu, 8 Aug 2013 05:34:22 +0000 (05:34 -0000)
New dissector for Air/Ground Datalink ICAO doc 9705 Ed2: ULCS, CM, CPDLC.

Add the files to the distribution.

svn path=/trunk/; revision=51212

asn1/Makefile.am
configure.ac

index 4a48292a2be7738c15f3287bb171a2c33b8f943a..d05811a3b22c18a97f25ee4b966d036bdcf8e8bf 100644 (file)
@@ -29,6 +29,9 @@ SUBDIRS =             \
        acse            \
        ansi_map        \
        ansi_tcap       \
+       atn-cm          \
+       atn-cpdlc       \
+       atn-ulcs        \
        c1222           \
        camel           \
        cdt             \
index 6c27706136a18192119bad64211c310bee9a456b..c4c47b384a7cdbb60d585f3ddbad9f28263d8069 100644 (file)
@@ -2644,6 +2644,9 @@ AC_OUTPUT(
   asn1/acse/Makefile
   asn1/ansi_map/Makefile
   asn1/ansi_tcap/Makefile
+  asn1/atn-cm/Makefile
+  asn1/atn-cpdlc/Makefile
+  asn1/atn-ulcs/Makefile
   asn1/c1222/Makefile
   asn1/camel/Makefile
   asn1/cdt/Makefile