diff options
-rw-r--r-- | asn1/Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/asn1/Makefile.am b/asn1/Makefile.am index 4a48292a2b..d05811a3b2 100644 --- a/asn1/Makefile.am +++ b/asn1/Makefile.am @@ -29,6 +29,9 @@ SUBDIRS = \ acse \ ansi_map \ ansi_tcap \ + atn-cm \ + atn-cpdlc \ + atn-ulcs \ c1222 \ camel \ cdt \ 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 |