aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkix1implicit
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-17 14:45:52 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-17 14:45:52 +0000
commita2e86de1608cf5baaadc082e182b5efbb724aed3 (patch)
treeebedd8e86528f9142d5e2725176d7a7e72a621e0 /asn1/pkix1implicit
parentaf96c7bb458955199cdab4321b83b6f15b860ba9 (diff)
Fix dependency problems (continuation of r52110 and r52112).
svn path=/trunk/; revision=52118
Diffstat (limited to 'asn1/pkix1implicit')
-rw-r--r--asn1/pkix1implicit/CMakeLists.txt1
-rw-r--r--asn1/pkix1implicit/Makefile.common4
2 files changed, 5 insertions, 0 deletions
diff --git a/asn1/pkix1implicit/CMakeLists.txt b/asn1/pkix1implicit/CMakeLists.txt
index 7b26e6bdbe..8e9c753d57 100644
--- a/asn1/pkix1implicit/CMakeLists.txt
+++ b/asn1/pkix1implicit/CMakeLists.txt
@@ -47,6 +47,7 @@ set( SRC_FILES
set( A2W_FLAGS -b )
set( EXTRA_CNF
+ x509af-exp.cnf
x509ce-exp.cnf
)
diff --git a/asn1/pkix1implicit/Makefile.common b/asn1/pkix1implicit/Makefile.common
index 240c30b57c..d08add4652 100644
--- a/asn1/pkix1implicit/Makefile.common
+++ b/asn1/pkix1implicit/Makefile.common
@@ -44,8 +44,12 @@ SRC_FILES = \
A2W_FLAGS= -b
EXTRA_CNF= \
+ $(builddir)/../x509af/x509af-exp.cnf \
$(builddir)/../x509ce/x509ce-exp.cnf
+$(builddir)/../x509af/x509af-exp.cnf:
+ (cd $(builddir)/../x509af && $(MAKE_CNF_EXPORT))
+
$(builddir)/../x509ce/x509ce-exp.cnf:
(cd $(builddir)/../x509ce && $(MAKE_CNF_EXPORT))