aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x411')
-rw-r--r--asn1/x411/MTAAbstractService.asn2
-rw-r--r--asn1/x411/Makefile.common9
2 files changed, 9 insertions, 2 deletions
diff --git a/asn1/x411/MTAAbstractService.asn b/asn1/x411/MTAAbstractService.asn
index b6a582991b..44e5bb2c7f 100644
--- a/asn1/x411/MTAAbstractService.asn
+++ b/asn1/x411/MTAAbstractService.asn
@@ -8,7 +8,7 @@ BEGIN
-- Exports everything
IMPORTS
-- Remote Operations
- CONNECTION-PACKAGE, CONTRACT
+ CONNECTION-PACKAGE, CONTRACT, OPERATION-PACKAGE
--==
FROM Remote-Operations-Information-Objects {joint-iso-itu-t
remote-operations(4) informationObjects(5) version1(0)}
diff --git a/asn1/x411/Makefile.common b/asn1/x411/Makefile.common
index 6506f32324..b959664882 100644
--- a/asn1/x411/Makefile.common
+++ b/asn1/x411/Makefile.common
@@ -52,7 +52,9 @@ EXTRA_CNF= \
../x509af/x509af-exp.cnf \
../x509ce/x509ce-exp.cnf \
../x509if/x509if-exp.cnf \
- ../x509sat/x509sat-exp.cnf
+ ../x509sat/x509sat-exp.cnf \
+ ../ros/ros-exp.cnf \
+ ../rtse/rtse-exp.cnf
../x509af/x509af-exp.cnf:
(cd ../x509af && $(MAKE_CNF_EXPORT))
@@ -66,3 +68,8 @@ EXTRA_CNF= \
../x509sat/x509sat-exp.cnf:
(cd ../x509sat && $(MAKE_CNF_EXPORT))
+../ros/ros-exp.cnf:
+ (cd ../ros && $(MAKE_CNF_EXPORT))
+
+../rtse/rtse-exp.cnf:
+ (cd ../rtse && $(MAKE_CNF_EXPORT))