summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-05 19:17:08 +0200
committerPablo Neira Ayuso2011-07-05 19:17:08 +0200
commit262aee80aca96e3f86d4e831485c9e85948b0ede (patch)
tree7158a327593ebace704d7b67319efea6a0a9fcf6 /src/Makefile.am
parenttests: support OML software activate request ack message (diff)
downloadlibosmo-abis-262aee80aca96e3f86d4e831485c9e85948b0ede.tar.gz
libosmo-abis-262aee80aca96e3f86d4e831485c9e85948b0ede.tar.xz
libosmo-abis-262aee80aca96e3f86d4e831485c9e85948b0ede.zip
src: add e1_input_vty.c to libosmo-abis
This file provides the VTY interface for E1 lines, I have moved it to libosmo-abis since it belongs here.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d81a6c3..eb4467c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,6 +13,7 @@ lib_LTLIBRARIES = libosmoabis.la
libosmoabis_la_LIBADD = input/libosmoabis-input.la
libosmoabis_la_SOURCES = init.c \
e1_input.c \
+ e1_input_vty.c \
ipa_proxy.c \
subchan_demux.c \
trau_frame.c