aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-09 21:50:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-09 21:51:44 +0100
commita49ffb4cb4e98bd57e9f7be23f772cc55a819b7b (patch)
tree84103aa84552681745389f619200857756fb09fd /openbsc/src
parent701d175653c037b8cab4b02a3092a6df79e2fdd2 (diff)
Create a liblaforge with OpenBSC utility functions to be used for other projects
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am
index 161c283f6..e7735859f 100644
--- a/openbsc/src/Makefile.am
+++ b/openbsc/src/Makefile.am
@@ -6,6 +6,11 @@ sbin_PROGRAMS = bsc_hack bs11_config ipaccess-find ipaccess-config \
noinst_LIBRARIES = libbsc.a libmsc.a libvty.a libsccp.a
noinst_HEADERS = vty/cardshell.h
+bscdir = $(libdir)
+bsc_LIBRARIES = liblaf0rge1.a
+
+liblaf0rge1_a_SOURCES = msgb.c timer.c talloc.c select.c signal.c
+
libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_data.c gsm_04_08_utils.c \
msgb.c select.c chan_alloc.c timer.c debug.c \
gsm_subscriber_base.c subchan_demux.c bsc_rll.c transaction.c \