aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-07 13:39:07 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-29 15:56:33 +0200
commit3285c7fc15c73a4e3d6d4193749fd37f2a2535f7 (patch)
tree0102c11d745c55b83cfa407283936eda49b5d870 /openbsc/src/libmgcp/Makefile.am
parent775234a8a980e178c8a305a44535d3b9c766534a (diff)
libmgcp: add value strings for mgcp_connection_mode
Add file mgcp_common.c to implement the value strings for the mgcp_connection_mode. Add in a separate file because of the upcoming mgcpgw_client.c implementation, introducing a file that contains implementations commonly used in MGCP GW as well as its clients. Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135
Diffstat (limited to 'openbsc/src/libmgcp/Makefile.am')
-rw-r--r--openbsc/src/libmgcp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libmgcp/Makefile.am b/openbsc/src/libmgcp/Makefile.am
index 5faf6027a..34a8fb743 100644
--- a/openbsc/src/libmgcp/Makefile.am
+++ b/openbsc/src/libmgcp/Makefile.am
@@ -30,6 +30,7 @@ noinst_HEADERS = \
$(NULL)
libmgcp_a_SOURCES = \
+ mgcp_common.c \
mgcp_protocol.c \
mgcp_network.c \
mgcp_vty.c \