aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ess/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ess/Makefile.common')
-rw-r--r--asn1/ess/Makefile.common14
1 files changed, 13 insertions, 1 deletions
diff --git a/asn1/ess/Makefile.common b/asn1/ess/Makefile.common
index 9ff4d8357b..b319be16b6 100644
--- a/asn1/ess/Makefile.common
+++ b/asn1/ess/Makefile.common
@@ -45,5 +45,17 @@ SRC_FILES = \
A2W_FLAGS= -b -k -e
-EXTRA_CNF=
+EXTRA_CNF= \
+ ../cms/cms-exp.cnf \
+ ../x509af/x509af-exp.cnf \
+ ../x509ce/x509ce-exp.cnf
+
+../cms/cms-exp.cnf:
+ (cd ../cms && $(MAKE_CNF_EXPORT))
+
+../x509af/x509af-exp.cnf:
+ (cd ../x509af && $(MAKE_CNF_EXPORT))
+
+../x509ce/x509ce-exp.cnf:
+ (cd ../x509ce && $(MAKE_CNF_EXPORT))