summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asn1/dap/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/dap/Makefile.common b/asn1/dap/Makefile.common
index 45430211da..f2615f7ded 100644
--- a/asn1/dap/Makefile.common
+++ b/asn1/dap/Makefile.common
@@ -52,6 +52,7 @@ SRC_FILES = \
A2W_FLAGS= -b -e -L
EXTRA_CNF= \
+ ../acse/acse-exp.cnf \
../disp/disp-exp.cnf \
../dsp/dsp-exp.cnf \
../crmf/crmf-exp.cnf \
@@ -60,6 +61,9 @@ EXTRA_CNF= \
../x509if/x509if-exp.cnf \
../x509sat/x509sat-exp.cnf
+../acse/acse-exp.cnf:
+ (cd ../acse && $(MAKE_CNF_EXPORT))
+
../disp/disp-exp.cnf:
(cd ../disp && $(MAKE_CNF_EXPORT))