A stab at [Bug 4653] New: dap ASN1 generated dissector differs from epan/dissectors version.

svn path=/trunk/; revision=32420
This commit is contained in:
Anders Broman 2010-04-07 20:11:09 +00:00
parent 5ccee6196a
commit f307dd5a31
1 changed files with 9 additions and 4 deletions

View File

@ -48,12 +48,14 @@ SRC_FILES = \
A2W_FLAGS= -b -e
# The order is important!
EXTRA_CNF= \
../dap/dap-exp.cnf \
../dop/dop-exp.cnf \
../dsp/dsp-exp.cnf \
../x509sat/x509sat-exp.cnf \
../x509af/x509af-exp.cnf \
../x509if/x509if-exp.cnf
../x509if/x509if-exp.cnf \
../dop/dop-exp.cnf \
../dap/dap-exp.cnf \
../dsp/dsp-exp.cnf
../dap/dap-exp.cnf:
(cd ../dap && $(MAKE_CNF_EXPORT))
@ -70,3 +72,6 @@ EXTRA_CNF= \
../x509if/x509if-exp.cnf:
(cd ../x509if && $(MAKE_CNF_EXPORT))
../x509sat/x509sat-exp.cnf:
(cd ../x509sat && $(MAKE_CNF_EXPORT))