aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-11-11 21:23:23 +0100
committerHarald Welte <laforge@gnumonks.org>2015-11-12 01:01:35 +0100
commitd32cbbb13087eae2617920d4ea980f0e8869a89e (patch)
tree36f3b68fcc0f6c67fc525a8285cb6c88e479c75d /src/Makefile.am
parent8df447dc77d69a044c6f277b369be671655590f0 (diff)
rename sysmo_sock.cpp to osmobts_sock.cpp
This also renames the --enable-sysmbts option to --enable-osmobts This socket interface was nevery sysmoBTS specific, but it is a generic socket interface to any OsmoBTS supported layer1/hardware. So it was a mis-nomer so far.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 35874164..e7c676d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -57,9 +57,9 @@ libgprs_la_SOURCES = \
rlc.cpp \
gprs_codel.c
-if ENABLE_SYSMOBTS
+if ENABLE_OSMOBTS
libgprs_la_SOURCES += \
- sysmo_sock.cpp
+ osmobts_sock.cpp
else
libgprs_la_SOURCES += \
openbts_sock.cpp