From 955049f1910c3723f6d1f49c6f3fa6f4816bd479 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 10 Mar 2009 12:16:51 +0000 Subject: import VTY code from zebra/quagga (from my cardshell project) --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 412e1e30e..3847af36b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include AM_CFLAGS=-Wall sbin_PROGRAMS = bsc_hack bs11_config ipaccess-find -noinst_LIBRARIES = libbsc.a +noinst_LIBRARIES = libbsc.a libvty.a libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_04_08.c gsm_data.c \ gsm_subscriber.c msgb.c select.c chan_alloc.c timer.c debug.c db.c \ @@ -10,6 +10,8 @@ libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_04_08.c gsm_data.c \ trau_frame.c trau_mux.c paging.c e1_config.c e1_input.c tlv_parser.c \ input/misdn.c input/ipaccess.c signal.c gsm_utils.c +libvty_a_SOURCES = vty/buffer.c vty/command.c vty/vector.c vty/vty.c + bsc_hack_SOURCES = bsc_hack.c bsc_hack_LDADD = libbsc.a -ldl -ldbi -- cgit v1.2.3