aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-08 05:17:27 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-08 05:17:27 +0000
commita15c9b48366a98ad4753f6733062077e1f9b3c65 (patch)
tree721cc127c6db44d8085de9eca30839923863cfd2 /asn1/dap
parent60d5efc2a33caf9110159dc2b32e32015dfe6296 (diff)
My try at fixing Bug 4653; (Also reverts SVN #32420)
svn path=/trunk/; revision=32423
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 f2615f7ded..238986dce9 100644
--- a/asn1/dap/Makefile.common
+++ b/asn1/dap/Makefile.common
@@ -53,6 +53,7 @@ A2W_FLAGS= -b -e -L
EXTRA_CNF= \
../acse/acse-exp.cnf \
+ ../dop/dop-exp.cnf \
../disp/disp-exp.cnf \
../dsp/dsp-exp.cnf \
../crmf/crmf-exp.cnf \
@@ -64,6 +65,9 @@ EXTRA_CNF= \
../acse/acse-exp.cnf:
(cd ../acse && $(MAKE_CNF_EXPORT))
+../dop/dop-exp.cnf:
+ (cd ../dop && $(MAKE_CNF_EXPORT))
+
../disp/disp-exp.cnf:
(cd ../disp && $(MAKE_CNF_EXPORT))