summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte2010-12-22 19:35:28 +0100
committerAndreas Eversberg2011-02-20 11:30:27 +0100
commitd40eedaf166b92a428c01088ce05079f93d590bf (patch)
tree5dfe12e01c82895f0de71666fa50747f45e98a01 /Makefile.am
parent[GSM_BS] Added DTMF support. (diff)
downloadlcr-d40eedaf166b92a428c01088ce05079f93d590bf.tar.gz
lcr-d40eedaf166b92a428c01088ce05079f93d590bf.tar.xz
lcr-d40eedaf166b92a428c01088ce05079f93d590bf.zip
Modify GSM BS (OpenBTS) to use unix domain socket based MNCC
Author: Harald Welte <laforge@gnumonks.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 622bc06..898c5e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,9 +64,7 @@ if ENABLE_GSM_BS
GSM_INCLUDE += -DWITH_GSM_BS -I./openbsc/include -I./libosmocore/include -I./openbsc
-GSM_SOURCE += gsm_bs.cpp openbsc/src/bsc_init.c openbsc/src/bsc_vty.c openbsc/src/vty_interface_layer3.c openbsc/src/bsc_api.c openbsc/src/bsc_version.c
-
-GSM_LIB += ./openbsc/src/libbsc.a ./openbsc/src/libmsc.a ./openbsc/src/libvty.a -losmovty -losmocore -ldbi -lcrypt
+GSM_SOURCE += gsm_bs.cpp
endif