aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 00:34:46 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-30 00:34:46 +0800
commit7942abc95d6f6205a8a8f9e375cd3a6443b749d2 (patch)
treec980f5078e06ed8e51dc3aeba882c11ce6228dd1 /src/Makefile.am
parentcdad4de33033c463cc5cf67ace13fda3103d8203 (diff)
vty: Move the vty code to a new file, move config params.
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 2657809..a694623 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,6 +11,6 @@ mgcp_mgw_LDADD = $(LAFORGE_LIBS) $(NEXUSWARE_C7_LIBS) $(NEXUSWARE_UNIPORTE_LIBS)
cellmgr_ng_SOURCES = main.c mtp_layer3.c thread.c input/ipaccess.c pcap.c \
bss_patch.c bssap_sccp.c \
- msc_conn.c link_udp.c snmp_mtp.c debug.c
+ msc_conn.c link_udp.c snmp_mtp.c debug.c vty_interface.c
cellmgr_ng_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS) $(NEXUSWARE_C7_LIBS) \
-lpthread -lnetsnmp -lcrypto