aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/modules.mk
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-01-21 15:44:56 +0100
committerAnders Svensson <[email protected]>2013-02-08 19:28:01 +0100
commitd8ef1f220f1a85ff883fa288cd641430667525d7 (patch)
treeaf9738f48705d790104da88df1004ad30c4116c8 /lib/diameter/src/modules.mk
parent551bdf0da65bcb9838ddc613e0507e2871dcd5dc (diff)
downloadotp-d8ef1f220f1a85ff883fa288cd641430667525d7.tar.gz
otp-d8ef1f220f1a85ff883fa288cd641430667525d7.tar.bz2
otp-d8ef1f220f1a85ff883fa288cd641430667525d7.zip
Add RFC 6733 dictionaries
The RFC 6733 accounting dictionary includes rfc6733 in its name. The RFC 3588 dictionary doesn't and is left as-is for backwards compatibility.
Diffstat (limited to 'lib/diameter/src/modules.mk')
-rw-r--r--lib/diameter/src/modules.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/diameter/src/modules.mk b/lib/diameter/src/modules.mk
index 25207625be..0bf57aafd8 100644
--- a/lib/diameter/src/modules.mk
+++ b/lib/diameter/src/modules.mk
@@ -2,7 +2,7 @@
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2010-2012. All Rights Reserved.
+# Copyright Ericsson AB 2010-2013. All Rights Reserved.
#
# The contents of this file are subject to the Erlang Public License,
# Version 1.1, (the "License"); you may not use this file except in
@@ -17,11 +17,13 @@
#
# %CopyrightEnd%
-# Runtime dictionary files in ./dict. Modules will be generated from
-# these are included in the app file.
+# Runtime dictionary files in ./dict. Modules generated from these are
+# included in the app file.
DICTS = \
base_rfc3588 \
+ base_rfc6733 \
base_accounting \
+ acct_rfc6733 \
relay
# The yecc grammar for the dictionary parser.