blob: 5122e73bd118c2a3ae34178e52814121994302f8 [file] [log] [blame]
Harald Welte3cae0392010-02-20 21:09:24 +01001# This is _NOT_ the library release version, it's an API version.
2# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
3LIBVERSION=0:0:0
4
5INCLUDES = $(all_includes) -I$(top_srcdir)/include
6AM_CFLAGS = -fPIC -Wall
7
8lib_LTLIBRARIES = libosmocore.la
9
Harald Weltecbb29f72010-03-07 20:24:30 +010010libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c \
Holger Hans Peter Freyther8df932a2010-02-26 20:30:32 +010011 tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \
Harald Welte63d3e392010-03-06 11:34:27 +010012 write_queue.c utils.c rsl.c gsm48.c rxlev_stat.c
Harald Weltecbb29f72010-03-07 20:24:30 +010013
14if ENABLE_TALLOC
15libosmocore_la_SOURCES += talloc.c
16endif