aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-02-27 11:45:54 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-02-27 11:45:54 +0000
commitbb6bebdad4d25b4d3b97537a09afe3d1b74357bd (patch)
treec3ed474ff12d4a0b5d4e44f498296a857e88073b /asn1/dap
parent2d2d93b70e6d0a22afc9b769ea5a10cb434ab7c2 (diff)
Build dependencies for acse.
svn path=/trunk/; revision=32030
Diffstat (limited to 'asn1/dap')
-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))