blob: ce063d058d09580db83f24b74b89700013d596c9 [file] [log] [blame]
Harald Weltec4362452010-03-22 22:25:13 +08001# 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
10libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c \
11 tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \
Harald Welte411e86f2010-03-26 21:35:28 +080012 write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \
Harald Welteaa82fad2010-05-13 11:52:40 +020013 logging.c gsm0808.c rate_ctr.c
Harald Weltec4362452010-03-22 22:25:13 +080014
15if ENABLE_TALLOC
16libosmocore_la_SOURCES += talloc.c
17endif