summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-07 11:25:49 +0200
committerPablo Neira Ayuso2011-06-07 11:25:49 +0200
commitf67471fb7f691cfe19622693c2bd59a6b9837cd4 (patch)
tree7734d43644834012d973e738be59f9b77778b6f1 /src/Makefile.am
parentmissing logging header in trau_frame.c (diff)
downloadlibosmo-abis-f67471fb7f691cfe19622693c2bd59a6b9837cd4.tar.gz
libosmo-abis-f67471fb7f691cfe19622693c2bd59a6b9837cd4.tar.xz
libosmo-abis-f67471fb7f691cfe19622693c2bd59a6b9837cd4.zip
src: use new socket API in libosmocore
get rid of internal copy of openbsc/libcommon/socket.c, we now use the new socket API available in libosmocore.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 292d01e..ce053cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,5 +13,4 @@ lib_LTLIBRARIES = libosmoabis.la
libosmoabis_la_LIBADD = input/libosmoabis-input.la
libosmoabis_la_SOURCES = e1_input.c \
subchan_demux.c \
- trau_frame.c \
- socket.c
+ trau_frame.c