diff options
author | Anders Broman <anders.broman@ericsson.com> | 2013-08-08 05:34:22 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2013-08-08 05:34:22 +0000 |
commit | 77f4bef1545b43b69e921ab47ae0108398a431aa (patch) | |
tree | cf60e48c5f34331f4c6ebb0f9585dc086d5b374f /configure.ac | |
parent | 1219287df3f388d8a4531a42875d5d0ae0acf8f6 (diff) | |
download | wireshark-77f4bef1545b43b69e921ab47ae0108398a431aa.tar.gz wireshark-77f4bef1545b43b69e921ab47ae0108398a431aa.tar.bz2 wireshark-77f4bef1545b43b69e921ab47ae0108398a431aa.zip |
From Mathias Guettler:
New dissector for Air/Ground Datalink ICAO doc 9705 Ed2: ULCS, CM, CPDLC.
Add the files to the distribution.
svn path=/trunk/; revision=51212
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6c27706136..c4c47b384a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |