aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-04-16 20:07:56 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-19 09:39:15 +0200
commitf4f69ee6fc19b9f8d4d0af615e752cb88b96eae7 (patch)
tree641dd0beeec1a4872828cd838cde1c9e3d1616ff /src/common/Makefile.am
parentf1052b812deb55f9645ae2b7cdf1fa7313599c28 (diff)
lchan: Similar to OpenBSC use a set method to change the state
By making all modifications through lchan_set_state we can easily add code to verify the state transition.
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 75cd7401..b92aecdd 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -4,4 +4,4 @@ LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOTRAU_LIBS)
noinst_LIBRARIES = libbts.a
libbts_a_SOURCES = gsm_data_shared.c sysinfo.c logging.c abis.c oml.c bts.c \
- rsl.c vty.c paging.c measurement.c amr.c
+ rsl.c vty.c paging.c measurement.c amr.c lchan.c