1#-*-makefile-*-   ; force emacs to enter makefile-mode
2
3# %CopyrightBegin%
4#
5# Copyright Ericsson AB 2001-2019. All Rights Reserved.
6#
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11#     http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18#
19# %CopyrightEnd%
20
21BEHAVIOUR_MODULES = \
22	megaco_edist_compress \
23	megaco_encoder \
24	megaco_user \
25	megaco_transport
26
27MODULES = \
28	megaco_config_misc \
29	megaco_config \
30	megaco_digit_map \
31	megaco_erl_dist_encoder \
32	megaco_erl_dist_encoder_mc \
33	megaco_filter \
34	megaco_messenger \
35	megaco_messenger_misc \
36	megaco_misc_sup \
37	megaco_monitor \
38	megaco_sdp \
39	megaco_sup \
40	megaco_stats \
41	megaco_timer \
42	megaco_trans_sender \
43	megaco_trans_sup \
44	megaco_user_default
45
46INTERNAL_HRL_FILES = \
47	megaco_message_internal.hrl
48
49
50