Build dependencies for acse.

svn path=/trunk/; revision=32030
This commit is contained in:
Stig Bjørlykke 2010-02-27 11:45:54 +00:00
parent 2d2d93b70e
commit bb6bebdad4
1 changed files with 4 additions and 0 deletions

View File

@ -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))