aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 14:13:29 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 14:45:15 +0100
commitd70a7e8e79a25ecd1ba36e357a83c902338648b9 (patch)
tree99b07c632ca019344a154d65770e76af9ebe43fa /src/Makefile.am
parent0e2f9116f846968d5eaf90cf21b7648f1964ae8b (diff)
m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2ua
This is a MTP Link that can be used with a MTP LinkSet. E.g. with some config changes one could use cellmgr_ng or udt_relay over a M2UA link.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 83acf8d..0331406 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,6 +17,6 @@ cellmgr_ng_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS) $(
udt_relay_SOURCES = main_udt.c mtp_layer3.c thread.c input/ipaccess.c pcap.c \
msc_conn.c link_udp.c snmp_mtp.c debug.c vty_interface.c \
- bss_patch.c isup.c links.c
+ bss_patch.c isup.c links.c sctp_m2ua.c
udt_relay_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS) $(NEXUSWARE_C7_LIBS) \
- -lpthread -lnetsnmp -lcrypto
+ -lpthread -lnetsnmp -lcrypto -lm2ua -lsctp