aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 15:53:06 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:37:50 +0100
commit9cf11bc1098671e06c7284babfa5a3327a40346e (patch)
tree5dbcf3375fa5f565b83d726c90d361c20b785fbe /src/Makefile.am
parenta93b83bf9979f5a9e0a5591436f419eed744445c (diff)
stp: Create a M2UA link by hand and connect the SCCP routines
This is a hacked version that will just forward SCCP from one linkset to another one. It is missing configuration and ISUP.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dbed8fa..eb6ab11 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,6 +22,6 @@ udt_relay_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS) $(N
-lpthread -lnetsnmp -lcrypto -lm2ua -lsctp
osmo_stp_SOURCES = main_stp.c mtp_layer3.c thread.c pcap.c link_udp.c snmp_mtp.c \
- debug.c vty_interface.c links.c isup.c
+ debug.c vty_interface.c links.c isup.c sctp_m2ua.c
osmo_stp_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS) $(NEXUSWARE_C7_LIBS) \
-lpthread -lnetsnmp -lcrypto -lm2ua -lsctp