Make it possible to build custom ASN1 based dissectors on Windows.

svn path=/trunk/; revision=39340
This commit is contained in:
Anders Broman 2011-10-10 18:26:33 +00:00
parent 29d57edb56
commit 372a8191bf
2 changed files with 11 additions and 2 deletions

View File

@ -24,3 +24,9 @@
# Note you need to add a Cutom.m4 file too.
#
CUSTOM_SUBDIRS =
# Add custom dirs here for BER dissectors on Windows
CUSTOM_BER_LIST =
# Add custom dirs here for PER dissectors on Windows
CUSTOM_PER_LIST =

View File

@ -40,6 +40,8 @@
# copy_files : generate the dissectors into epan\dissectors
# : (This is, in effect, the same as invoking this makefile w/o a target).
include Custom.make
BER_LIST= \
acp133 \
acse \
@ -102,7 +104,8 @@ BER_LIST= \
x509af \
x509ce \
x509if \
x509sat
x509sat \
$(CUSTOM_BER_LIST)
PER_LIST= \
h225 \
@ -134,7 +137,7 @@ PER_LIST= \
ulp \
x2ap \
### x721
$(CUSTOM_PER_LIST)
!IFNDEF ASN1_MAKE_TARGET
ASN1_MAKE_TARGET=all