aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/src/engine/modules.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-06-12 16:50:14 +0200
committerMicael Karlberg <[email protected]>2019-06-27 17:34:46 +0200
commite5fa19b1355ea98dc634650086d2990b4240240e (patch)
tree0fd62a133da0bcf418e9c93e98493a78763d0cdc /lib/megaco/src/engine/modules.mk
parent65942ff461fb8884cd4975c2c86307c42bf62b2d (diff)
downloadotp-e5fa19b1355ea98dc634650086d2990b4240240e.tar.gz
otp-e5fa19b1355ea98dc634650086d2990b4240240e.tar.bz2
otp-e5fa19b1355ea98dc634650086d2990b4240240e.zip
[megaco] Add megaco_user behaviour module
Add a "proper" behaviour module for the megaco_user behaviour. This behaviour is not a proper behaviour since its possible to configure megaco to add additional arguments to *all* of the functions in the behaviour (with the user_args config option). So, this behaviour only reflects the *default config* (whith the user_args set to [], that is no extra args). OTP-15882
Diffstat (limited to 'lib/megaco/src/engine/modules.mk')
-rw-r--r--lib/megaco/src/engine/modules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/megaco/src/engine/modules.mk b/lib/megaco/src/engine/modules.mk
index b74a096e40..a7f82c1836 100644
--- a/lib/megaco/src/engine/modules.mk
+++ b/lib/megaco/src/engine/modules.mk
@@ -2,7 +2,7 @@
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2001-2016. All Rights Reserved.
+# Copyright Ericsson AB 2001-2019. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -21,6 +21,7 @@
BEHAVIOUR_MODULES = \
megaco_edist_compress \
megaco_encoder \
+ megaco_user \
megaco_transport
MODULES = \