aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-02-27 11:39:18 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-02-27 11:39:18 +0000
commit5ddb174c3a0d60a9954648c4eaa3c40bf6bed006 (patch)
treea62189fbb03a39a841e66428fde7159cae1d7127 /asn1/x411
parentc1efdf167a38bf0e3a87b17d335714eb716079fc (diff)
Build dependencies ros and rtse.
svn path=/trunk/; revision=32028
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))