aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-25 14:21:42 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-25 14:21:42 +0000
commit87150332c001281e8574709055555e150dfaa599 (patch)
tree632a8a33b127b3ce4453278a676ad19625b5ce32 /configure.in
parentb058c53f2cf537c8be0cbbcc654b3218be3ebb84 (diff)
Make it easier to add custom asn1 dissectors.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37393 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2928912a09..5e607fc21f 100644
--- a/configure.in
+++ b/configure.in
@@ -1902,11 +1902,15 @@ AC_CACHE_SAVE
sinclude(plugins/Custom.m4) dnl
ifdef(_CUSTOM_AC_OUTPUT_,, define(_CUSTOM_AC_OUTPUT_, )) dnl
+sinclude(plugins/Custom.m4) dnl
+ifdef(_CUSTOM_ASN1_AC_OUTPUT_,, define(_CUSTOM_ASN1_AC_OUTPUT_, )) dnl
+
AM_CONFIG_HEADER(config.h)
AC_OUTPUT(
Makefile
doxygen.cfg
asn1/Makefile
+ _CUSTOM_ASN1_AC_OUTPUT_
asn1/acp133/Makefile
asn1/acse/Makefile
asn1/ansi_map/Makefile