aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-10 18:26:33 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-10 18:26:33 +0000
commit372a8191bf7e268a2b9554b2d2b1c23b1287dede (patch)
tree8a6adc3c5e12a60d746802e4cbeec34fd911478f /asn1/Makefile.nmake
parent29d57edb56a6181029512cbd8ec32dcfe36bd465 (diff)
Make it possible to build custom ASN1 based dissectors on Windows.
svn path=/trunk/; revision=39340
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake7
1 files changed, 5 insertions, 2 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 8493ad9294..67c3e814fa 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -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